Index: ssts-web/src/main/webapp/dx-disinfectsystem/js/index/json.js =================================================================== diff -u -r24379 -r24398 --- ssts-web/src/main/webapp/dx-disinfectsystem/js/index/json.js (.../json.js) (revision 24379) +++ ssts-web/src/main/webapp/dx-disinfectsystem/js/index/json.js (.../json.js) (revision 24398) @@ -1,4 +1,4 @@ -//加载个人桌面图标 +/*//加载个人桌面图标 Mock.mock( 'http://grzmtb', { "success": true, @@ -262,4 +262,4 @@ "amount": 5 } } -); \ No newline at end of file +);*/ \ No newline at end of file Index: ssts-web/src/main/webapp/dx-disinfectsystem/js/index/index.js =================================================================== diff -u -r24379 -r24398 --- ssts-web/src/main/webapp/dx-disinfectsystem/js/index/index.js (.../index.js) (revision 24379) +++ ssts-web/src/main/webapp/dx-disinfectsystem/js/index/index.js (.../index.js) (revision 24398) @@ -165,7 +165,7 @@ var departmentTitle = $("#departmentTitle").text(); $("#setDepartmentTitle option:selected").text(departmentTitle); $("#setDepartmentTitle").change(function(){ - var optionText = ($(this).children('option:selected').text()); + var optionText = ($(this).children('option:selected').val()); $("#departmentTitle").text(optionText); $("#setDepartments").modal('hide');//这个隐藏看情况 $.ajax({ @@ -357,7 +357,7 @@ //获取告警数据 $.ajax({ // url:"/system/systemWarningAction!getSystemWarning.do", - url:"http://gjsj", + //url:"http://gjsj", type: 'get', dataType:'JSON', async:false, @@ -424,7 +424,7 @@ //获取图标数字提醒(发货计划) $.ajax({ //url:"/disinfectSystem/invoicePlan/invoicePlanController/getUnfinishedInvoicePlanAmount.mhtml", - url:"http://fhjh", + //url:"http://fhjh", type: 'get', dataType:'JSON', async:false, @@ -454,7 +454,7 @@ //获取图标数字提醒(借物单) $.ajax({ //url:"/disinfectSystem/invoicePlan/invoicePlanController/getAwaitDeliverBorrowInvoicePlanAmount.mhtml", - url:"http://jwgl", + // url:"http://jwgl", type: 'get', dataType:'JSON', async:false, @@ -484,7 +484,7 @@ //获取图标数字提醒(科室问题反馈) $.ajax({ //url:" /disinfectSystem/problemController/getUnAnsweredQuestionAmount.mhtml", - url:"http://kswtfk", + //url:"http://kswtfk", type: 'get', dataType:'JSON', async:false, @@ -513,7 +513,7 @@ //退出系统 $.ajax({ - url:"http://", + //url:"http://", type: 'post', dataType:'JSON', success:function(){