修复复制成功提示bug
This commit is contained in:
parent
f83e2a69cc
commit
22fb6855ab
|
@ -174,7 +174,7 @@
|
||||||
},
|
},
|
||||||
handleCopy(testPlan) {
|
handleCopy(testPlan) {
|
||||||
this.result = this.$post("/performance/copy", {id: testPlan.id}, () => {
|
this.result = this.$post("/performance/copy", {id: testPlan.id}, () => {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.copy_success'));
|
||||||
this.search();
|
this.search();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue