禅道bug修复
This commit is contained in:
parent
9ef45569a8
commit
e8429d9611
|
|
@ -196,7 +196,7 @@ export default {
|
|||
id: '',
|
||||
}
|
||||
getConsOptions(params).then(res => {
|
||||
this.proOptions = res.data
|
||||
this.consOptions = res.data
|
||||
})
|
||||
},
|
||||
//获取工程类型下拉选
|
||||
|
|
|
|||
|
|
@ -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
|
||||
})
|
||||
},
|
||||
//获取审核类型下拉选
|
||||
|
|
|
|||
Loading…
Reference in New Issue