Commit 948f447a authored by huhaiqing's avatar huhaiqing

海运报关优化

parent a305519a
...@@ -260,13 +260,13 @@ export default { ...@@ -260,13 +260,13 @@ export default {
]); ]);
this.cusDeclarationObj = oldData; this.cusDeclarationObj = oldData;
this.getCustomsOrderList(oldData.dcCustomsType); // this.getCustomsOrderList(oldData.dcCustomsType);
}, },
methods: { methods: {
getCustomsOrderList(dcCustomsType) { getCustomsOrderList(dcCustomsType) {
customsOrderList({ customsOrderList({
shipmentId: this.shipmentObj.id, shipmentId: this.shipmentObj.id,
customsTypes: dcCustomsType, customsTypes: dcCustomsType === "3" ? "2,3" : dcCustomsType,
}).then((res) => { }).then((res) => {
this.normalOrderList = res.data ?? []; this.normalOrderList = res.data ?? [];
}); });
......
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