Commit 50eb31ae authored by Facius's avatar Facius

fix: 订单管理获取数量接口要传token

parent ef6b6f4a
...@@ -17,7 +17,7 @@ let orderApiFun = function(vm){ ...@@ -17,7 +17,7 @@ let orderApiFun = function(vm){
/** /**
* 订单管理工单数量查询接口 * 订单管理工单数量查询接口
*/ */
let manageOrderCount = async (params = {}) => await vm.$u.get(prefix + 'wokerOrder/countOrderByTimeRange', params); let manageOrderCount = async (params = {}) => await vm.$u.get(prefix + vm.vuex_token + '/wokerOrder/countOrderByTimeRange', params);
/** /**
* 工单列表接口 * 工单列表接口
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment