Commit 16efef17 by wusiyi

fix: 创建物流订单bug修复

parent ff1c4200
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</el-radio-group> </el-radio-group>
</div> </div>
<div <div
v-if="isAutoMatch && logisticCompanyList.length > 0" v-if="!isAutoMatch && logisticCompanyList.length > 0"
style="margin: 10px; border: 1px solid #e0e0e0; display: flex" style="margin: 10px; border: 1px solid #e0e0e0; display: flex"
> >
<div <div
...@@ -145,6 +145,7 @@ const confirmDialog = async () => { ...@@ -145,6 +145,7 @@ const confirmDialog = async () => {
} }
const showDialog = async (ids: (string | number)[]) => { const showDialog = async (ids: (string | number)[]) => {
await getLogisticsCompanyListFn()
orderIdList.value = ids orderIdList.value = ids
createLogisticDialogVisible.value = true createLogisticDialogVisible.value = true
} }
......
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