修复复制成功提示bug

This commit is contained in:
q4speed 2020-06-03 18:16:38 +08:00
parent f83e2a69cc
commit 22fb6855ab
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
},
handleCopy(testPlan) {
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();
});
},