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() }, /** 下载模板操作 */