|
@@ -12,7 +12,7 @@ $(function(){
|
|
//菜单展开收起
|
|
//菜单展开收起
|
|
sureChangeWord()
|
|
sureChangeWord()
|
|
$(".main").css({
|
|
$(".main").css({
|
|
- height:$(window).height()-70+'px'
|
|
|
|
|
|
+ height:$(window).height()+'px'
|
|
})
|
|
})
|
|
$("body").on('focus',".modalAction input",function(){
|
|
$("body").on('focus',".modalAction input",function(){
|
|
$(this).attr("type","password")
|
|
$(this).attr("type","password")
|
|
@@ -104,6 +104,7 @@ function initMenu(data,userInfo){
|
|
//获取科室列表
|
|
//获取科室列表
|
|
function getOwnDept(){
|
|
function getOwnDept(){
|
|
// if(hasData('FUNC000058')){
|
|
// if(hasData('FUNC000058')){
|
|
|
|
+ setCookie("deptList",JSON.stringify([]))
|
|
post(api.getDept,{}).then((res)=>{
|
|
post(api.getDept,{}).then((res)=>{
|
|
let data = res.data;
|
|
let data = res.data;
|
|
if(data.code == 0){
|
|
if(data.code == 0){
|