海运出口bug调整

szh-new
lijingjia 3 months ago
parent a9f4a0f178
commit 6f465969fc

@ -795,7 +795,15 @@
createMessage.success(res.message)
//
if (res.data.isCompleted && res.data.flowStatus == 3) {
cvisible.value = true
//
if (bookingDetails.value.shippingSpaceType == 'xc') {
//
sspace.value.init()
} else {
AutomaticBooking(id.value)
const { fullPath } = route //
tabStore.closeTabByKey(fullPath, router)
}
} else {
//
const { fullPath } = route //

Loading…
Cancel
Save