src/views/basicData/customerFile/index.vue
@@ -34,7 +34,6 @@ @selection-change="handleSelectionChange" :tableLoading="tableLoading" @pagination="pagination" :total="total" ></PIMTable> </div> <el-dialog @@ -312,6 +311,7 @@ const page = reactive({ current: 1, size: 10, total: 0, }); const total = ref(0); @@ -383,7 +383,7 @@ listCustomer({ ...searchForm.value, ...page }).then((res) => { tableLoading.value = false; tableData.value = res.records; total.value = res.total; page.total = res.total; }); }; // 表格选择数据