src/views/hazardousChemicals/electronicWarehouse/components/rawWarehouseRecord.vue
@@ -48,7 +48,8 @@ pageNum: 1, pageSize: 10, warehouseId: '', basicId: '' basicId: '', cupboardId:'' }, total: 0, dataList: [] @@ -67,6 +68,7 @@ loading.value = true state.queryParams.basicId = state.form.basicId; state.queryParams.warehouseId = state.form.warehouseId; state.queryParams.cupboardId = state.form.cupboardId; const res = await getRawWarehouseRecord(state.queryParams) if(res.code == 200){ state.dataList = res.data.list