Commit 317c9de3 authored by xiaoyan's avatar xiaoyan

fix: 空运补单接口修改

parent c7f580b4
...@@ -148,12 +148,13 @@ ...@@ -148,12 +148,13 @@
<script> <script>
import { import {
loadSecGoodsList, loadSecGoodsList,
preloadPage, // preloadPage,
createSection, createSection,
deleteSection, deleteSection,
createGoods, // createGoods,
remove, remove,
} from "@/api/ecw/boxSea"; } from "@/api/ecw/boxSea";
import { preloadPage, createGoods } from "@/api/ecw/boxAir";
import { import {
formatDate, formatDate,
getTotlContent, getTotlContent,
...@@ -227,7 +228,7 @@ export default { ...@@ -227,7 +228,7 @@ export default {
let params = { let params = {
...this.queryParams, ...this.queryParams,
}; };
preloadPage({ ...params, ...this.pageParam }).then((res) => { preloadPage({ ...params, ...this.pageParam, shipmentId: this.$attrs.shipmentObj.id }).then((res) => {
const { data } = res; const { data } = res;
this.toBePreList = data.dataList?.list ?? []; this.toBePreList = data.dataList?.list ?? [];
this.total = data.dataList?.total ?? 0; this.total = data.dataList?.total ?? 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment