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

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

上级 c93c602c
......@@ -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) => {
......
......@@ -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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册