项目清单确认保存信息
This commit is contained in:
@@ -880,6 +880,7 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.qdform = item.form
|
this.qdform = item.form
|
||||||
this.dataList =item.form.dataList
|
this.dataList =item.form.dataList
|
||||||
|
this.commentText = item.commentText
|
||||||
this.detailedId = item.form.detailedListId;
|
this.detailedId = item.form.detailedListId;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -889,6 +889,7 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.qdform = item.form
|
this.qdform = item.form
|
||||||
this.dataList =item.form.dataList
|
this.dataList =item.form.dataList
|
||||||
|
this.commentText = item.commentText
|
||||||
this.detailedId = item.form.detailedListId;
|
this.detailedId = item.form.detailedListId;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -883,6 +883,7 @@ export default {
|
|||||||
}else{
|
}else{
|
||||||
this.qdform = item.form
|
this.qdform = item.form
|
||||||
this.dataList =item.form.dataList
|
this.dataList =item.form.dataList
|
||||||
|
this.commentText = item.commentText
|
||||||
this.detailedId = item.form.detailedListId;
|
this.detailedId = item.form.detailedListId;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user