chenrui
7 天以前 bf6d13fdf5ba7dd4dd2533e62f95f529b272a31e
src/views/basicData/supplierManage/index.vue
@@ -223,9 +223,9 @@
  page.current = 1
  getList()
}
const pagination = ({ current, limit }) => {
  page.current = current;
  page.size = limit;
const pagination = (obj) => {
  page.current = obj.page;
  page.size = obj.limit;
  getList()
}
const getList = () => {
@@ -233,7 +233,7 @@
  listSupplier({...searchForm.value, ...page}).then(res => {
    tableLoading.value = false
    tableData.value = res.data.records
    total.value = res.total
    total.value = res.data.total
  })
}
// 表格选择数据