|
@@ -3,7 +3,6 @@
|
|
|
<template-page
|
|
|
ref="pageRefItem"
|
|
|
:get-list="getList"
|
|
|
- :export-list="exportList"
|
|
|
:options-evens-group="optionsEvensGroup"
|
|
|
:column-parsing="columnParsing"
|
|
|
:table-attributes="tableAttributes"
|
|
@@ -21,7 +20,6 @@ import TemplatePage from '@/components/template/template-page-1.vue'
|
|
|
import import_mixin from '@/components/template/import_mixin.js'
|
|
|
import add_callback_mixin from '@/components/template/add_callback_mixin.js'
|
|
|
import { getListCostBillV2 } from '@/api/logisticsBill'
|
|
|
-import { dataTool } from 'echarts'
|
|
|
export default {
|
|
|
components: { TemplatePage, ExceptionBox },
|
|
|
mixins: [import_mixin, add_callback_mixin],
|
|
@@ -106,7 +104,7 @@ export default {
|
|
|
newList.push(l)
|
|
|
}
|
|
|
});
|
|
|
- })
|
|
|
+ })
|
|
|
this.recordSelected = newList
|
|
|
}else{
|
|
|
this.recordSelected = []
|