|
@@ -150,7 +150,8 @@
|
|
|
this.$api.doRequest('get', '/freightReceivingDispatching/selectFreightReceivingDispatchingPage', _data)
|
|
|
.then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
- that.listData = that.listData.concat(res.data.data.records);
|
|
|
+ that.listData = res.data.data.records;
|
|
|
+ // that.listData = that.listData.concat(res.data.data.records);
|
|
|
for (let i = 0; i < that.listData.length; i++) {
|
|
|
that.utils.nullToString(that.listData[i])
|
|
|
that.listData[i].toSettled = that.listData[i].toSettled == '' ? 0 : that.listData[i]
|