测试问题修改8

This commit is contained in:
zzyuan 2025-03-28 17:38:00 +08:00
parent cf18870ae5
commit 1ac6af3299
2 changed files with 2 additions and 2 deletions

View File

@ -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()
},

View File

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