切换项目时下面标准列表数据未清空
This commit is contained in:
@@ -648,6 +648,7 @@ export default {
|
|||||||
this.$message.warning("请选择一条数据进行带入");
|
this.$message.warning("请选择一条数据进行带入");
|
||||||
} else {
|
} else {
|
||||||
this.addShow = false
|
this.addShow = false
|
||||||
|
this.dataList = []
|
||||||
this.projectId = this.selectedList[0].id;
|
this.projectId = this.selectedList[0].id;
|
||||||
this.listForm.projectId = this.selectedList[0].id;
|
this.listForm.projectId = this.selectedList[0].id;
|
||||||
this.listForm.projectNumber = this.selectedList[0].projectNumber;
|
this.listForm.projectNumber = this.selectedList[0].projectNumber;
|
||||||
|
|||||||
Reference in New Issue
Block a user