This commit is contained in:
weipengfei 2024-04-12 17:03:32 +08:00
parent be2a0d49cc
commit 4e4647849b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const orderLading = () => {
dialogVisible.value = false;
orderLadingApi({
order_sn: orderLadingSn.value,
staff_id: userStore.userInfo.service.service_id
}).then((res) => {
ElMessage({
message: res.message,