禅道bug修复

This commit is contained in:
马三炮 2025-07-04 15:31:43 +08:00
parent 9ef45569a8
commit e8429d9611
2 changed files with 2 additions and 3 deletions

View File

@ -196,7 +196,7 @@ export default {
id: '',
}
getConsOptions(params).then(res => {
this.proOptions = res.data
this.consOptions = res.data
})
},
//

View File

@ -209,7 +209,6 @@ export default {
},
methods: {
indexContinuous,
lookFaceFile,
hideSensitiveInfo,
updateStatus(status) {
return this.auditStatusDict[status]
@ -229,7 +228,7 @@ export default {
id: '',
}
getConsOptions(params).then(res => {
this.proOptions = res.data
this.consOptions = res.data
})
},
//