标准评估流程修改bug

This commit is contained in:
宋伟佳
2022-02-10 16:37:47 +08:00
parent 2c6f4ebb43
commit f3e577f91c
2 changed files with 3 additions and 1 deletions
@@ -662,7 +662,7 @@ export default {
* @description: 动态表单读取 * @description: 动态表单读取
*/ */
getFormFieldList (item) { getFormFieldList (item) {
console.log(item); item.commentText = ''
this.$nextTick(() => { this.$nextTick(() => {
this.hisListForm = JSON.parse(JSON.stringify(item)) this.hisListForm = JSON.parse(JSON.stringify(item))
this.listForm = JSON.parse(JSON.stringify(item)) this.listForm = JSON.parse(JSON.stringify(item))
@@ -346,6 +346,7 @@
></Role-tree> ></Role-tree>
<!-- 选择责任人--> <!-- 选择责任人-->
<Role-tree <Role-tree
check-box
is-title="选择项目经理" is-title="选择项目经理"
:is-visible.sync="modalshowflag" :is-visible.sync="modalshowflag"
@checkedRole="checkedRole2" @checkedRole="checkedRole2"
@@ -681,6 +682,7 @@ export default {
}); });
}, },
checkedRole2(data) { checkedRole2(data) {
console.log(data);
this.dataList[this.lsIndex].unameId = data[0].id; this.dataList[this.lsIndex].unameId = data[0].id;
this.dataList[this.lsIndex].uname = data[0].name; this.dataList[this.lsIndex].uname = data[0].name;
this.modalshowflag = false; this.modalshowflag = false;