Commit 659abcc5 by qinjianhui

fix: 主单挂起报错修改

parent 9636fe0f
......@@ -1598,9 +1598,8 @@ const handleLogisticsCommand = async (command: string) => {
}
const handleSuspend = () => {
if (!ensureSelection()) return
suspendDialogRef.value?.open(
cardSelectList.value.map((row) => row.podOrderId ?? 0),
)
const ids = getSelectedIds()
suspendDialogRef.value?.open(ids)
}
const handleUpdateCustomsInfo = () => {
if (!ensureSelection()) return
......
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