Merge branch 'fix_foton_20240430' into 'master'
Fix foton 20240430 See merge request laws-foton-slrs/foton-laws-system-front!189
This commit is contained in:
@@ -1677,24 +1677,11 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
getFileSel () {
|
getFileSel () {
|
||||||
this.$http.get('sys/dictype/getDicTypeListCode', {}, {
|
this.$http.get('lawss/sarStandAttrDetails/getFileFieldForSel1', {}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
const standFileClassifyOptions = []
|
this.standFileClassifyOptions = res.data
|
||||||
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
|
|
||||||
}
|
}
|
||||||
}, e => {})
|
}, e => {})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
<template slot="title">拆分信息</template>
|
<template slot="title">拆分信息</template>
|
||||||
</ProcessTitle>
|
</ProcessTitle>
|
||||||
<div class="action-bar">
|
<div class="action-bar">
|
||||||
<!-- <el-button type="primary" :disabled="acceptShow && !itemList.length" class="common-button-primary add-button" size="mini" @click="choiceZRR">批量编辑</el-button>-->
|
<el-button type="primary" :disabled="acceptShow && !itemList.length" class="common-button-primary add-button" size="mini" @click="choiceZRR">批量编辑</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table border
|
<el-table border
|
||||||
ref="filterTable"
|
ref="filterTable"
|
||||||
|
|||||||
Reference in New Issue
Block a user