From 1ac6af32998a56a9a77b8dedb595ce62af7e5815 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Fri, 28 Mar 2025 17:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dish/material/index.vue | 2 +- src/views/superstore/shopMaterial/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dish/material/index.vue b/src/views/dish/material/index.vue index 31eb9ed4..beac18c3 100644 --- a/src/views/dish/material/index.vue +++ b/src/views/dish/material/index.vue @@ -724,7 +724,7 @@ export default { handleFileSuccess(response, file, fileList) { this.upload.isUploading = false this.$refs.upload.clearFiles() - this.$modal.msgSuccess("后台导入中..."); + this.$modal.msgSuccess("后台导入中,请稍后刷新列表!"); this.getList() }, diff --git a/src/views/superstore/shopMaterial/index.vue b/src/views/superstore/shopMaterial/index.vue index 23edcaf8..1d494a6a 100644 --- a/src/views/superstore/shopMaterial/index.vue +++ b/src/views/superstore/shopMaterial/index.vue @@ -708,7 +708,7 @@ export default { handleFileSuccess(response, file, fileList) { this.upload.isUploading = false this.$refs.upload.clearFiles() - this.$modal.msgSuccess("后台导入中..."); + this.$modal.msgSuccess("后台导入中,请稍后刷新列表!"); this.getList() }, /** 下载模板操作 */