修改房间类型提示语
This commit is contained in:
@@ -631,7 +631,7 @@ export default {
|
||||
$("#tipModal").modal('show');
|
||||
TableHelper.doRefresh("#table");
|
||||
} else {
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code + ",错误信息:" + res.data);
|
||||
$("#tipMsg").text("保存失败,错误码:" + res.code + ",错误信息:" + res.message);
|
||||
$("#tipModal").modal('show');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user