Explorar el Código

采购物料导出修改

wangmh hace 8 años
padre
commit
d10c8d01db
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/webapp/resources/js/index/services/Product.js

+ 2 - 2
src/main/webapp/resources/js/index/services/Product.js

@@ -154,11 +154,11 @@ define([ 'ngResource'], function() {
 				method: 'POST'
 			},
 			matchbytype: {
-				url: '/purcProduct/edit/matchbytype/:type',
+				url: 'purcProduct/edit/matchbytype/:type',
 				method: 'POST'
 			},
 			exportXls: {
-				url: '/purcProduct/xls/permission',
+				url: 'purcProduct/xls/permission',
 				method: 'GET'
 			}
 		})