fix: 待支付|再次预定交互逻辑调整
This commit is contained in:
@@ -9,15 +9,15 @@ const userWorkOrderList = (args) => {
|
||||
return request.post("/hotelBiz/workOrder/userWorkOrderList", args);
|
||||
};
|
||||
|
||||
/// 获取工单类型
|
||||
// 获取工单类型
|
||||
const workOrderTypeListForBiz = () => {
|
||||
return request.get('/hotelBiz/workOrder/workOrderTypeListForBiz', {});
|
||||
}
|
||||
return request.get("/hotelBiz/workOrder/workOrderTypeListForBiz", {});
|
||||
};
|
||||
|
||||
/// 创建工单
|
||||
// 创建工单
|
||||
const createWorkOrder = (args) => {
|
||||
return request.post('/hotelBiz/workOrder/createWorkOrder', args);
|
||||
}
|
||||
return request.post("/hotelBiz/workOrder/createWorkOrder", args);
|
||||
};
|
||||
|
||||
// 获取订单详情
|
||||
const userOrderDetail = (args) => {
|
||||
|
||||
Reference in New Issue
Block a user