修复复制成功提示bug

This commit is contained in:
q4speed 2020-06-03 18:15:21 +08:00
parent 6aa1701e2e
commit f83e2a69cc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
},
handleCopy(test) {
this.result = this.$post("/api/copy", {id: test.id}, () => {
this.$success(this.$t('commons.delete_success'));
this.$success(this.$t('commons.copy_success'));
this.search();
});
},