From f952b3258b83c99f8ef0382b0153408e435fd9af Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Tue, 12 Dec 2023 15:16:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereturn/purchasereturnRequestMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue index cf857c523..3a96de847 100644 --- a/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue @@ -302,7 +302,7 @@ const handleSubmit = async (id: number) => { try { await message.confirm(t('common.confirmSubmit')) await PurchasereturnRequestMainApi.submitPurchasereturnRequestMain(id) - message.success(t('common.closeSuccess')) + message.success(t('common.submitSuccess')) await getList() } catch {} }