禅道bug修复
This commit is contained in:
parent
9ef45569a8
commit
e8429d9611
|
|
@ -196,7 +196,7 @@ export default {
|
||||||
id: '',
|
id: '',
|
||||||
}
|
}
|
||||||
getConsOptions(params).then(res => {
|
getConsOptions(params).then(res => {
|
||||||
this.proOptions = res.data
|
this.consOptions = res.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//获取工程类型下拉选
|
//获取工程类型下拉选
|
||||||
|
|
|
||||||
|
|
@ -209,7 +209,6 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
indexContinuous,
|
indexContinuous,
|
||||||
lookFaceFile,
|
|
||||||
hideSensitiveInfo,
|
hideSensitiveInfo,
|
||||||
updateStatus(status) {
|
updateStatus(status) {
|
||||||
return this.auditStatusDict[status]
|
return this.auditStatusDict[status]
|
||||||
|
|
@ -229,7 +228,7 @@ export default {
|
||||||
id: '',
|
id: '',
|
||||||
}
|
}
|
||||||
getConsOptions(params).then(res => {
|
getConsOptions(params).then(res => {
|
||||||
this.proOptions = res.data
|
this.consOptions = res.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//获取审核类型下拉选
|
//获取审核类型下拉选
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue