fix(测试评审tags、测试计划tags): 修复测试评审测试计划标签的bug
This commit is contained in:
parent
c93c602cf1
commit
3ce3bc88f0
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue