From a0577c96a7b97ad3b7319a26d5d49b064972c33d Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 7 Jun 2024 18:52:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86?= =?UTF-8?q?=E4=B8=AD=E5=AF=BC=E5=85=A5=E6=8B=86=E5=88=86=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index ca1373305..f83d87da2 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1681,25 +1681,7 @@ export default { _this: this }, res => { if (res.ok) { - let standFileClassifyOptions = res.data - this.standFileClassifyOptions.map(item => { - switch (item) { - case item.sarType === 'STAND' || item.sarType === 'INLAND_STAND': - item.label += '(国内标准)' - break - case item.sarType === 'FOREIGN_STAND': - item.label += '(海外标准)' - break - case item.sarType === 'FOREIGN_LAWS': - item.label += '(国外政策)' - break - case item.sarType === 'BUSS': - item.label += '(企业标准)' - break - } - }) - console.log(standFileClassifyOptions) - this.standFileClassifyOptions = standFileClassifyOptions + this.standFileClassifyOptions = res.data } }, e => {}) },