|
|
|
@ -596,6 +596,7 @@ import {
|
|
|
|
|
import { |
|
|
|
|
downUrlFile |
|
|
|
|
} from '@/util/file' |
|
|
|
|
import fileDownload from 'js-file-download' |
|
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
name: "NoHandLand", |
|
|
|
@ -1015,7 +1016,6 @@ export default {
|
|
|
|
|
|
|
|
|
|
// 导出数据 |
|
|
|
|
exportData() { |
|
|
|
|
console.debug("导出数据"); |
|
|
|
|
if (this.selectedData.length < 1) { |
|
|
|
|
this.$message({ |
|
|
|
|
message: "未选中数据", |
|
|
|
@ -1030,7 +1030,7 @@ export default {
|
|
|
|
|
} |
|
|
|
|
console.debug(ids); |
|
|
|
|
exportNoHandLandToListExcel(ids.toString()).then((res) => { |
|
|
|
|
// debugger; |
|
|
|
|
fileDownload(res.data,'kg.xlsx'); |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|