修改 本地工具-标准拆分-导入拆分结果-标准状态 下拉框数据

This commit is contained in:
baoyu
2024-06-07 17:29:16 +08:00
parent 4a20d9ccdf
commit bf51c2119b
+2 -15
View File
@@ -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 => {})
},