Commit 9d9d0049 authored by zhanglongbao's avatar zhanglongbao

fix

parent f513f085
import http from "../axios"; import http from "../axios";
import { container } from "@/utils/container/index";
export default { export default {
// 获取工单状态数量 // 获取工单状态数量
...@@ -56,7 +57,7 @@ export default { ...@@ -56,7 +57,7 @@ export default {
}, },
// 工单标签 // 工单标签
listOrderLabel(params: { keyword?: string; page: number; size: number }) { listOrderLabel(params: { keyword?: string; page: number; size: number }) {
return http.post("/order.order/listOrderLabel", params); return http.post(`/order.${container.qr_code ? "external" : "order"}/listOrderLabel`, params);
}, },
// 指派列表 // 指派列表
assignOrderList(params: { assignOrderList(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