maven
18 小时以前 ee1da9fe5c5ae88d4f20b9a2b9602430017332d3
src/views/inventoryManagement/issueManagement/index.vue
@@ -131,6 +131,7 @@
  getStockInPage({ ...searchForm.value, ...page }).then(res => {
    tableLoading.value = false
    tableData.value = res.data.records
    total.value = res.data.total
    console.log('res', res.data.records)
  }).catch(() => {
    tableLoading.value = false