修改房间类型提示语

This commit is contained in:
liaozetao
2024-05-17 14:24:30 +08:00
parent 8e01552671
commit e402157726

View File

@@ -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');
}
}