Commit 1efb781a authored by youjie's avatar youjie

no message

parent c3c35870
...@@ -28,7 +28,7 @@ export default defineComponent({ ...@@ -28,7 +28,7 @@ export default defineComponent({
CustomerId = Store.state.user?.userDetail?.customerId CustomerId = Store.state.user?.userDetail?.customerId
} }
const search = reactive({ const search = reactive({
orderType: 1,//1跟团订单 orderType: -1,//1跟团订单
queryDays: 0,//10天内 queryDays: 0,//10天内
orderState: -1,//订单状态 orderState: -1,//订单状态
CustomerId: CustomerId,//用户id CustomerId: CustomerId,//用户id
......
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