mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化保养转单功能
This commit is contained in:
parent
aab0ced8d4
commit
41f164e633
@ -21,8 +21,11 @@
|
|||||||
if (listRoomData.code == 0) {
|
if (listRoomData.code == 0) {
|
||||||
vc.toast('保存成功');
|
vc.toast('保存成功');
|
||||||
window.close();
|
window.close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vc.toast(listRoomData.msg);
|
||||||
|
|
||||||
},
|
},
|
||||||
function(errInfo, error) {
|
function(errInfo, error) {
|
||||||
console.log('请求失败处理');
|
console.log('请求失败处理');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user