src/views/hazardousChemicals/warehouseManage/components/printCode.vue
@@ -135,11 +135,11 @@ const res = await getWhProDetail(state.queryParams) if(res.code == 200){ state.dataList = res.data.list.map(item => { return{ ...item, name: item.productBasic.name, productSn: item.productBasic.productSn } return{ ...item, name: item.productBasic.name, productSn: item.productBasic.productSn } }) state.total = res.data.total originalList.value = state.dataList