处理挂单测试问题
This commit is contained in:
@@ -1146,6 +1146,10 @@
|
||||
.then(res => {
|
||||
this.resetAutomaticBedAllocation();
|
||||
this.getGuadanOrderGuestByOrderNo();
|
||||
}).catch((error) => {
|
||||
this.$refs.messageModal.open({
|
||||
message: (error.response?.data?.message || error.message)
|
||||
});
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user