Quellcode durchsuchen

导入子表应提示导入成功

zhonghuizhen vor 1 Tag
Ursprung
Commit
7ebaa392f3
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) {