修改表单bug

This commit is contained in:
宋伟佳
2022-02-22 15:14:30 +08:00
parent a1b174662e
commit 37a3b237ed
5 changed files with 31 additions and 25 deletions
@@ -368,6 +368,7 @@ export default {
}, e => {
});
},
//预览
clickButtonToUpload2(file) {
const attId = file
this.$preview(attId)
@@ -559,9 +559,14 @@ export default {
}, res => {
this.cbcdOptions = res.data.DEGREESTANDARD //采标程度
this.BZList = res.data.ENERGYTYPES //适用车型
this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
// this.standSortOptions = res.data.BUSSSTANDCLASS // 标准类别
this.standSystemOptions = res.data.TXLBBUSS // 体系结构
this.qcdwOptions = res.data.QCDW // 起草单位
res.data.BUSSSTANDCLASS.forEach(item => {
if(item.label){
this.standSortOptions.push(item) //企标类别
}
})
})
if(this.$route.query.bpnId === undefined && this.$route.query.taskIds === undefined){
this.$http.get('/lawss/activiti/saveEditFile', {