소스 검색

Merge branch 'master' of http://119.23.210.103:3000/wy/lh_firm_former

cfort 2 년 전
부모
커밋
40007fe84c
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('导入成功')
             })
         },