Commit ab3e03a7 authored by zhanglongbao's avatar zhanglongbao

fix

parent 55e828de
......@@ -61,6 +61,9 @@ export default {
// 工单标签
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
);
},
};
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