Elements-SY

modify

......@@ -188,13 +188,16 @@ export default {
this.msgSuccess('货物配舱成功')
this.cleaerForm();
this.$emit("dialogBeforeClose", { close: false, reload: true });
} else if (res.code === 203) {
}
else if (res.code === 203) {
this.reallocationFlight(res.msg, 'notInWhite')
} else {
}else {
this.msgWarning(res.msg)
this.loading = false
}
});
}).catch(() => {
this.loading = false;
});
}).catch(() => {
this.msgSuccess('配舱已取消')
this.loading = false
......