linweizeng 2 лет назад
Родитель
Сommit
5ae2870e46

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

@@ -1041,7 +1041,7 @@ export default {
                 this.getResponseData(buttonType, ids)
             }
         },
-        // 数据导出
+        // 数据导出 小林
         getIbpsExport (columns, data, title, message, nameKey = 'name') {
             IbpsExport.excel({
                 columns: columns,
@@ -1701,7 +1701,7 @@ export default {
             return { [pidKey]: selection }
         },
 
-        // 自定义导入
+        // 自定义导入  小林
         handleImport (data = []) {
             this.importList = data
             this.importVlaue = this.getKeys(this.importList)

+ 2 - 1
src/business/platform/form/formrender/dynamic-form/dynamic-form-table.vue

@@ -754,6 +754,7 @@ export default {
             this.importList = []
             this.importValue = null
         },
+        // 子表导入 小林
         handleImportTableActionEvent (file, options) {
             if (this.importList.length > 0) {
                 this.loading = false
@@ -838,7 +839,7 @@ export default {
                 return obj
             }
         },
-        // 数据导出
+        // 数据导出  小林
         getIbpsExport (columns, data, title, message, nameKey = 'name') {
             IbpsExport.excel({
                 columns: columns,