|
@@ -355,12 +355,14 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
PackingList(this.queryParam).then(res => {
|
|
|
if (res.success) {
|
|
|
- res.success.records.map(item =>{
|
|
|
+ debugger
|
|
|
+ res.result.records.map(item =>{
|
|
|
var str = item.preDeliveryDate
|
|
|
var n=str.split(" ");
|
|
|
item.preDeliveryDate = n[0]
|
|
|
})
|
|
|
this.packingListData = res.result.records
|
|
|
+ debugger
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|