标准评估流程修改bug
This commit is contained in:
@@ -662,7 +662,7 @@ export default {
|
||||
* @description: 动态表单读取
|
||||
*/
|
||||
getFormFieldList (item) {
|
||||
console.log(item);
|
||||
item.commentText = ''
|
||||
this.$nextTick(() => {
|
||||
this.hisListForm = JSON.parse(JSON.stringify(item))
|
||||
this.listForm = JSON.parse(JSON.stringify(item))
|
||||
|
||||
@@ -346,6 +346,7 @@
|
||||
></Role-tree>
|
||||
<!-- 选择责任人-->
|
||||
<Role-tree
|
||||
check-box
|
||||
is-title="选择项目经理"
|
||||
:is-visible.sync="modalshowflag"
|
||||
@checkedRole="checkedRole2"
|
||||
@@ -681,6 +682,7 @@ export default {
|
||||
});
|
||||
},
|
||||
checkedRole2(data) {
|
||||
console.log(data);
|
||||
this.dataList[this.lsIndex].unameId = data[0].id;
|
||||
this.dataList[this.lsIndex].uname = data[0].name;
|
||||
this.modalshowflag = false;
|
||||
|
||||
Reference in New Issue
Block a user