fix(测试评审tags、测试计划tags): 修复测试评审测试计划标签的bug

This commit is contained in:
wenyann 2021-04-01 15:54:10 +08:00 committed by 刘瑞斌
parent c93c602cf1
commit 3ce3bc88f0
2 changed files with 4 additions and 4 deletions

View File

@ -175,11 +175,11 @@ export default {
Object.assign(tmp, testPlan);
Object.assign(this.form, tmp);
} else {
this.form.tags = []
this.form.tags = [];
}
listenGoBack(this.close);
this.dialogFormVisible = true;
this.reload()
this.reload();
},
testPlanInfo() {
this.$refs['planFrom'].validate((valid) => {

View File

@ -155,11 +155,11 @@ export default {
Object.assign(this.form, tmp);
this.dbProjectIds = JSON.parse(JSON.stringify(this.form.projectIds));
} else {
this.form.tags = []
this.form.tags = [];
}
listenGoBack(this.close);
this.dialogFormVisible = true;
this.reload()
this.reload();
},
reviewInfo() {