Quellcode durchsuchen

修复导入成功提示

zhonghuizhen vor 11 Stunden
Ursprung
Commit
1cb4f74e7d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {