Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r30871 -r31117 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 30871) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 31117) @@ -1275,12 +1275,12 @@ url:WWWROOT + '/disinfectSystem/recyclingRecordAction!getAwaitForRecyclingInvoicePlan.do', dataType:'json', data : { - tousseGroupId : tousseGroupId, - groupId : "" + groupId + "", - appType:"" + appType + "", - applyTimeOrder:"" + applyTimeOrder + "", - orgUnitCoding:"" + orgUnitCoding + "", - operationRoom:"" + operationRoom + "", + tousseGroupId : tousseGroupId || '', + groupId : groupId || '', + appType:appType || '', + applyTimeOrder:applyTimeOrder || '', + orgUnitCoding:orgUnitCoding || '', + operationRoom:operationRoom || '', pageIndex:pageIndex, pageSize:pageSize },