diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 1028764ad..f83d87da2 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/getFileFieldForSel1', {}, { _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 => {}) }, 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 @@ 拆分信息