From f83e2a69cc6d540e7c8a913b2f7db3a799d59029 Mon Sep 17 00:00:00 2001 From: q4speed Date: Wed, 3 Jun 2020 18:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=8D=E5=88=B6=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=8F=90=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/api/test/ApiTestList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/test/ApiTestList.vue b/frontend/src/business/components/api/test/ApiTestList.vue index 30f157b31a..b232428c18 100644 --- a/frontend/src/business/components/api/test/ApiTestList.vue +++ b/frontend/src/business/components/api/test/ApiTestList.vue @@ -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(); }); },