测试问题修改8
This commit is contained in:
parent
cf18870ae5
commit
1ac6af3299
|
|
@ -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()
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
},
|
||||
/** 下载模板操作 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue