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