gaoluyang
4 天以前 affb0876f58e628c31fee12cf8cf7e9f1748142c
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