|
|
@@ -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('导入成功')
|
|
|
})
|
|
|
},
|