Explorar el Código

未开票申请,请求增加数组判断

yangc hace 8 años
padre
commit
313d763a44
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/main/webapp/resources/js/common/query/bill.js

+ 2 - 1
src/main/webapp/resources/js/common/query/bill.js

@@ -45,7 +45,8 @@ define([ 'ngResource' ], function() {
 		return $resource('trade/billSubmit', {}, {
 			submitBillApply : {
 				url : ' trade/billSubmit',
-				method : 'POST'
+				method : 'POST',
+				isArray: true
 			},
 			getSubmitBillApply : {
 				url : ' trade/billSubmit',