|
@@ -108,9 +108,6 @@ import someoneLossChart from '@views/reportForms/dye-loss-table/someoneLossChart
|
|
|
|
|
|
import { dyeLossList } from '@api/reportForms/dye-loss-table.js'
|
|
import { dyeLossList } from '@api/reportForms/dye-loss-table.js'
|
|
|
|
|
|
-// import FileSaver from 'file-saver'
|
|
|
|
-// import XLSX from 'xlsx'
|
|
|
|
-
|
|
|
|
export default {
|
|
export default {
|
|
name: 'DyeLossRateTable', // 染损报表
|
|
name: 'DyeLossRateTable', // 染损报表
|
|
mixins: [JeecgListMixin],
|
|
mixins: [JeecgListMixin],
|
|
@@ -201,7 +198,7 @@ export default {
|
|
this.dyeLossRateData = res.result.records
|
|
this.dyeLossRateData = res.result.records
|
|
this.pagination = {
|
|
this.pagination = {
|
|
total: res.result.total,
|
|
total: res.result.total,
|
|
- current: 1,
|
|
|
|
|
|
+ current: res.result.current,
|
|
pageSize: res.result.size
|
|
pageSize: res.result.size
|
|
}
|
|
}
|
|
// console.log('染损列表', this.dyeLossRateData)
|
|
// console.log('染损列表', this.dyeLossRateData)
|
|
@@ -209,7 +206,6 @@ export default {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- // this.queryParam.pageNo = pagination.current
|
|
|
|
// 查询按钮
|
|
// 查询按钮
|
|
searchQuery() {
|
|
searchQuery() {
|
|
if (this.queryParam.venName) {
|
|
if (this.queryParam.venName) {
|