Commit 317c9de3 authored by xiaoyan's avatar xiaoyan

fix: 空运补单接口修改

parent c7f580b4
......@@ -148,12 +148,13 @@
<script>
import {
loadSecGoodsList,
preloadPage,
// preloadPage,
createSection,
deleteSection,
createGoods,
// createGoods,
remove,
} from "@/api/ecw/boxSea";
import { preloadPage, createGoods } from "@/api/ecw/boxAir";
import {
formatDate,
getTotlContent,
......@@ -227,7 +228,7 @@ export default {
let params = {
...this.queryParams,
};
preloadPage({ ...params, ...this.pageParam }).then((res) => {
preloadPage({ ...params, ...this.pageParam, shipmentId: this.$attrs.shipmentObj.id }).then((res) => {
const { data } = res;
this.toBePreList = data.dataList?.list ?? [];
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