فهرست منبع

update 修改按钮名

linweizeng 2 سال پیش
والد
کامیت
7d37776ca0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/business/platform/data/templaterender/templates/list.vue

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

@@ -1468,7 +1468,7 @@ export default {
                 })
                 this.importTableDialogVisible = false
                 // results
-                this.afterScript(this.action, this.position, this.selection, list, () => {})
+                this.afterScript('multipleImport', this.position, this.selection, list, () => {})
                 // ActionUtils.success('导入成功')
             })
         },