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