Explorar el Código

修复导入成功提示

zhonghuizhen hace 11 horas
padre
commit
1cb4f74e7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {