Parcourir la source

修复导入成功提示

zhonghuizhen il y a 11 heures
Parent
commit
1cb4f74e7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/business/platform/data/templaterender/templates/list.vue

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -2376,7 +2376,7 @@ export default {
           list,
           () => {}
         )
-         ActionUtils.success('导入成功')
+        // ActionUtils.success('导入成功')
       })
     },
     async handleUploadFileActionEvent(file, options) {