From bf51c2119b4b7db9fc84401c2054a8f20cbbfb83 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:29:16 +0800 Subject: [PATCH] =?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 => {}) },