diff --git a/src/views/shop/order/index.vue b/src/views/shop/order/index.vue index 26d549b..fbd12e0 100644 --- a/src/views/shop/order/index.vue +++ b/src/views/shop/order/index.vue @@ -42,10 +42,6 @@ const dataList = ref([]); onMounted(async () => { const { data } = await allCabinets(); cabinets.value = data; - if (data.length > 0) { - searchFormParams.value.cabinetId = data[0].cabinetId; - getList(); - } }); const getList = async () => {