|
@@ -44,7 +44,7 @@
|
|
|
"id":20221122133504,
|
|
|
"content": {
|
|
|
"pageNumber": 1,
|
|
|
- "pageSize": 20,
|
|
|
+ "pageSize": 9999999,
|
|
|
"sa_logisticsid":0,
|
|
|
"freightstatus":'',
|
|
|
"sys_enterpriseid":'',
|
|
@@ -58,13 +58,13 @@
|
|
|
},
|
|
|
methods:{
|
|
|
async listData () {
|
|
|
- console.log('重新查询')
|
|
|
+
|
|
|
this.tableData = []
|
|
|
this.params.content.sa_logisticsid = this.$route.query.id?this.$route.query.id:0
|
|
|
this.params.content.sys_enterpriseid = this.data.sys_enterpriseid
|
|
|
this.params.content.paytype = this.params.content.freightstatus = this.paytype
|
|
|
const res = await this.$api.requested(this.params)
|
|
|
- console.log(this.addList,'列表1111')
|
|
|
+
|
|
|
// this.tableData = res.data
|
|
|
if (this.addList.length > 0){
|
|
|
let indexof = 0
|
|
@@ -83,8 +83,6 @@
|
|
|
}
|
|
|
})
|
|
|
this.tableData = dataNew
|
|
|
- console.log(res.data,'11111')
|
|
|
- console.log(this.tableData,'1111%%%%')
|
|
|
|
|
|
}else {
|
|
|
this.tableData = res.data
|