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