function _updateUnitProjectByMonthPlanId(MONTH_PLAN_ID_LIST) {//修改單位工程月計劃ID //跨域請求,MsgUrl爲其餘站點地址 Ext.data.JsonP.request({ url : 'https://10.18.26.36:8443/CO/updateUnitProjectByMonthPlanId.do', params : { 'MONTH_PLAN_ID_LIST' : MONTH_PLAN_ID_LIST }, success : function(result) { } }); }
注:此方法,跨域請求服務器無返回值時完美運行,有返回值時頁面會報錯 <消息: Script error>,還待研究中。。。跨域