修复复制成功提示bug
This commit is contained in:
parent
6aa1701e2e
commit
f83e2a69cc
|
@ -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();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue