优化保养转单功能

This commit is contained in:
Your Name 2023-03-16 02:45:51 +08:00
parent aab0ced8d4
commit 41f164e633

View File

@ -21,8 +21,11 @@
if (listRoomData.code == 0) {
vc.toast('保存成功');
window.close();
return;
}
vc.toast(listRoomData.msg);
},
function(errInfo, error) {
console.log('请求失败处理');