提交 3ae7570b 编写于 作者: W wenyann 提交者: 刘瑞斌

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

上级 94c9fc82
...@@ -181,11 +181,11 @@ export default { ...@@ -181,11 +181,11 @@ export default {
Object.assign(tmp, testPlan); Object.assign(tmp, testPlan);
Object.assign(this.form, tmp); Object.assign(this.form, tmp);
} else { } else {
this.form.tags = [] this.form.tags = [];
} }
listenGoBack(this.close); listenGoBack(this.close);
this.dialogFormVisible = true; this.dialogFormVisible = true;
this.reload() this.reload();
}, },
testPlanInfo() { testPlanInfo() {
this.$refs['planFrom'].validate((valid) => { this.$refs['planFrom'].validate((valid) => {
......
...@@ -155,11 +155,11 @@ export default { ...@@ -155,11 +155,11 @@ export default {
Object.assign(this.form, tmp); Object.assign(this.form, tmp);
this.dbProjectIds = JSON.parse(JSON.stringify(this.form.projectIds)); this.dbProjectIds = JSON.parse(JSON.stringify(this.form.projectIds));
} else { } else {
this.form.tags = [] this.form.tags = [];
} }
listenGoBack(this.close); listenGoBack(this.close);
this.dialogFormVisible = true; this.dialogFormVisible = true;
this.reload() this.reload();
}, },
reviewInfo() { reviewInfo() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册