From c3b0da6b21d23701b0eaef982c0e13423a09e3df Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Mon, 28 Nov 2022 14:14:47 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A9=BE=E9=A9=B6=E7=AE=A1=E7=90=86=E4=BB=93?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=9C=BA=E6=9E=84=E5=90=8D=E7=A7=B0?=
=?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=89=8D=E7=AB=AF=E5=A4=84=E7=90=86=E4=BA=86?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../institutionalPerform/Organization.vue | 22 +++++++++----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/ebiz/institutionalPerform/Organization.vue b/src/views/ebiz/institutionalPerform/Organization.vue
index df2e45f44..711ccec5e 100644
--- a/src/views/ebiz/institutionalPerform/Organization.vue
+++ b/src/views/ebiz/institutionalPerform/Organization.vue
@@ -160,25 +160,25 @@ export default {
}
}
},
- setShortName() {
- for (let org of this.values) {
- for (let shortName of orgShortNames) {
- if (org.code === shortName.code) {
- org.name = shortName.name
- }
- }
- }
- },
+ // setShortName() {
+ // for (let org of this.values) {
+ // for (let shortName of orgShortNames) {
+ // if (org.code === shortName.code) {
+ // org.name = shortName.name
+ // }
+ // }
+ // }
+ // },
setTableData(data, type) {
switch (type) {
case 'prem':
this.values = data.list ? data.list : []
- this.setShortName()
+ // this.setShortName()
this.calculateTotal()
break
case 'active':
this.values = data.listRL ? data.listRL : []
- this.setShortName()
+ // this.setShortName()
this.calculateTotal()
break
case 'product':