From 1b4ad45236f3d30f413de5d0af62438615339f1b Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 7 Jun 2024 15:35:25 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix:=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=9A=84=E8=A7=A3=E8=AF=BB=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=BC=80=E6=94=BE=E6=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/bzjd/step3.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue index a612b3dce..61c84eb7b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue @@ -65,7 +65,7 @@
- + 批量编辑
Date: Fri, 7 Jun 2024 17:29:16 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=8B=86=E5=88=86=E7=BB=93=E6=9E=9C-?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 1028764ad..6e66952e6 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1677,24 +1677,11 @@ export default { }) }, getFileSel () { - this.$http.get('sys/dictype/getDicTypeListCode', {}, { + this.$http.get('lawss/sarStandAttrDetails/getFileFieldForSel', {}, { _this: this }, res => { if (res.ok) { - const standFileClassifyOptions = [] - res.data.lawsTextState.map(item => { - item.label += '(政策)' - standFileClassifyOptions.push(item) - }) - res.data.TEXTSTATUSBUSS.map(item => { - item.label += '(企标)' - standFileClassifyOptions.push(item) - }) - res.data.WBZTCLASS.map(item => { - item.label += '(国内外)' - standFileClassifyOptions.push(item) - }) - this.standFileClassifyOptions = standFileClassifyOptions + this.standFileClassifyOptions = res.data } }, e => {}) }, From 14b19c78cbe5b2f9c14d98c44f543b20a54de97e Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:51:47 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=8B=86=E5=88=86=E7=BB=93=E6=9E=9C-?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standAutoSplit/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 6e66952e6..f83d87da2 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1677,7 +1677,7 @@ export default { }) }, getFileSel () { - this.$http.get('lawss/sarStandAttrDetails/getFileFieldForSel', {}, { + this.$http.get('lawss/sarStandAttrDetails/getFileFieldForSel1', {}, { _this: this }, res => { if (res.ok) { From 9051500acc8f29bf7854176c61be332a02a525eb Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:33:20 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-=E6=A0=87=E5=87=86=E6=8B=86=E5=88=86-?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=8B=86=E5=88=86=E7=BB=93=E6=9E=9C-?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=95=B0=E6=8D=AE?= 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, 19 insertions(+), 1 deletion(-) diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index f83d87da2..ca1373305 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -1681,7 +1681,25 @@ export default { _this: this }, res => { if (res.ok) { - this.standFileClassifyOptions = res.data + 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 } }, e => {}) }, From a0577c96a7b97ad3b7319a26d5d49b064972c33d Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 7 Jun 2024 18:52:07 +0800 Subject: [PATCH 5/5] =?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 => {}) },