diff --git a/src/views/shop/cabinet-goods/index.vue b/src/views/shop/cabinet-goods/index.vue index cca9a50..43f2786 100644 --- a/src/views/shop/cabinet-goods/index.vue +++ b/src/views/shop/cabinet-goods/index.vue @@ -3,7 +3,7 @@ import { ref, onMounted } from "vue"; import { PureTableBar } from "@/components/RePureTableBar"; import { onBeforeRouteUpdate, useRoute } from "vue-router"; import { useRenderIcon } from "@/components/ReIcon/src/hooks"; -import { getCabinetCellList, deleteCabinetCell, CabinetCellDTO, changeGoodsCellsStock, clearGoodsCells } from "@/api/cabinet/cabinet-cell"; +import { getCabinetCellList, deleteCabinetCell, CabinetCellDTO, changeGoodsCellsStock, clearGoodsCells, CabinetCellQuery } from "@/api/cabinet/cabinet-cell"; import { allCabinets, SmartCabinetDTO } from "@/api/cabinet/smart-cabinet"; import EditPen from "@iconify-icons/ep/edit-pen"; import Delete from "@iconify-icons/ep/delete"; @@ -24,7 +24,7 @@ const router = useRouter(); const formRef = ref(); const tableRef = ref(); -const searchFormParams = ref({ +const searchFormParams = ref({ cabinetId: null, cellNo: null, cellType: null