|
@@ -185,7 +185,7 @@ $(function () {
|
|
|
global_check = checkStatus
|
|
|
global_check_home = mrStatus
|
|
|
global_check_show = checkShow;//0隐藏操作按钮1显示
|
|
|
- check_Operation_WithAppeal = JSON.parse(checkOperationWithAppeal)
|
|
|
+ check_Operation_WithAppeal = JSON.parse(checkOperationWithAppeal||"null")
|
|
|
const info = Object.assign(beHospital, result);
|
|
|
initMenu(JSON.parse(result.menuData));
|
|
|
// $(".sub-menu>ul>li:first-child.page,.menu-mini>ul>li:first-child.page").addClass("active");
|