zhangyuewww há 3 anos atrás
pai
commit
a2b68a9be7
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      pageA/freightTransport/index.vue

+ 2 - 1
pageA/freightTransport/index.vue

@@ -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]