项目清单确认保存信息

This commit is contained in:
宋伟佳
2021-12-28 16:14:40 +08:00
parent a320e58bed
commit 7b037ccebd
3 changed files with 3 additions and 0 deletions
@@ -880,6 +880,7 @@ export default {
}else{
this.qdform = item.form
this.dataList =item.form.dataList
this.commentText = item.commentText
this.detailedId = item.form.detailedListId;
}
});
@@ -889,6 +889,7 @@ export default {
}else{
this.qdform = item.form
this.dataList =item.form.dataList
this.commentText = item.commentText
this.detailedId = item.form.detailedListId;
}
});
@@ -883,6 +883,7 @@ export default {
}else{
this.qdform = item.form
this.dataList =item.form.dataList
this.commentText = item.commentText
this.detailedId = item.form.detailedListId;
}
});