提单确认 调整

feature-JimuReport-1106-yjl
张同海 3 weeks ago
parent f268c90b68
commit 3bb9b04371

@ -150,11 +150,11 @@
// ( )
ApiData.autoSync = true
let res: any = null
if (isMainBL.value) {
res = await SetTaskStatus(ApiData)
} else {
// if (isMainBL.value) {
// res = await SetTaskStatus(ApiData)
// } else {
res = await SetSteps(ApiData)
}
// }
if (res.succeeded) {
createMessage.success(res.message)
init(true)

Loading…
Cancel
Save