Commit fc8e16ac authored by 高铭波's avatar 高铭波

feat: 修改接口配置

parent 81b80ade
...@@ -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 + vm.vuex_token + '/wokerOrder/countOrderByTimeRange', params); let manageOrderCount = async (params = {}) => await vm.$u.get(prefix + 'wokerOrder/countOrderByTimeRange', params);
/** /**
* 工单列表接口 * 工单列表接口
*/ */
...@@ -209,7 +209,7 @@ let orderApiFun = function(vm){ ...@@ -209,7 +209,7 @@ let orderApiFun = function(vm){
let workerDealWithError = async (orderId, params = {}) => await vm.$u.post( prefix + vm.vuex_token + '/order/' + orderId + '/workerDealWithError', params) let workerDealWithError = async (orderId, params = {}) => await vm.$u.post( prefix + vm.vuex_token + '/order/' + orderId + '/workerDealWithError', params)
// 工单搜索联想 // 工单搜索联想
let association = async (params = {}) => await vm.$u.get('/wxh-worker-rest/rest/order/revision/' + vm.vuex_token + '/association', params); let association = async (params = {}) => await vm.$u.get('/wxh-worker-rest/rest/order/revision/association', params);
const orderApi = { const orderApi = {
listByRecommendOrder, listByRecommendOrder,
listOrderCount, listOrderCount,
......
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