From b23f81199e7b7f4656846dbf99ba41a004f6384b Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 28 Nov 2022 11:47:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E9=97=A8=E7=BA=A2=E4=B8=9A=E7=BB=A9?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=EF=BC=8C=E9=A9=BE=E9=A9=B6=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E4=BB=93=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=9C=BA=E6=9E=84=E5=90=8D?=
=?UTF-8?q?=E7=A7=B0=E5=8E=BB=E6=8E=89=E5=89=8D=E7=AB=AF=E5=A4=84=E7=90=86?=
=?UTF-8?q?=E4=BA=86=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/goodStart/Organization.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/ebiz/goodStart/Organization.vue b/src/views/ebiz/goodStart/Organization.vue
index 874dd9f8c..bdc18ff71 100644
--- a/src/views/ebiz/goodStart/Organization.vue
+++ b/src/views/ebiz/goodStart/Organization.vue
@@ -108,13 +108,13 @@ export default {
return item
})
this.values = data
- for (let org of this.values) {
- for (let shortName of orgShortNames) {
- if (org.code === shortName.code) {
- org.name = shortName.name
- }
- }
- }
+ // for (let org of this.values) {
+ // for (let shortName of orgShortNames) {
+ // if (org.code === shortName.code) {
+ // org.name = shortName.name
+ // }
+ // }
+ // }
this.calculateTotal()
},
calculateTotal() {