修改bug 52192 企标制修订计划管控--合并,选评审责任人,点确定没有回显(起草人也这样)
This commit is contained in:
@@ -680,6 +680,8 @@ export default {
|
||||
reviewer: "",
|
||||
draftTime: "",
|
||||
isSubTime: "",
|
||||
resPerson: "", // 评审责任人
|
||||
drafter: "", // 起草人
|
||||
planStatus: "0",
|
||||
mergeReason: "",
|
||||
company: "",
|
||||
@@ -988,12 +990,12 @@ export default {
|
||||
unIdList.push(item)
|
||||
}
|
||||
})
|
||||
if(this.roleType === '1'){
|
||||
if(this.type === '1'){
|
||||
this.$set(this.qbfsForm, 'drafter', idList)
|
||||
this.$set(this.qbfsForm, 'drafterName', nameList)
|
||||
this.$set(this.qbfsForm, 'unit', unIdList.join(','))
|
||||
this.$set(this.qbfsForm, 'unitName', unNameList.join(','))
|
||||
}else if(this.roleType === '2'){
|
||||
}else if(this.type === '2'){
|
||||
this.$set(this.qbfsForm, 'resPerson', idList)
|
||||
this.$set(this.qbfsForm, 'resPersonName', nameList)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user