Browse Source

删除前端的斜杠

suntg 7 years ago
parent
commit
0c5eba83b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/webapp/resources/js/common/query/goods.js

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

@@ -283,12 +283,12 @@ define([ 'ngResource' ], function() {
 
 
 			// 查看出入库记录
 			// 查看出入库记录
 			getLoadStorageData: {
 			getLoadStorageData: {
-				url: '/CommodityInOutbound/page',
+				url: 'CommodityInOutbound/page',
 				method: 'GET'
 				method: 'GET'
 			},
 			},
             // 采购入库销售出库列表
             // 采购入库销售出库列表
             getOrderData: {
             getOrderData: {
-                url: '/CommodityInOutbound/page',
+                url: 'CommodityInOutbound/page',
                 method: 'GET'
                 method: 'GET'
             },
             },