👨‍🦱消除树表格报黄

This commit is contained in:
KaneLeung 2024-07-17 11:00:52 +08:00
parent f04fbdb90f
commit 557ac3536d

View File

@ -119,6 +119,8 @@ const options = useVxeTable<SysRegion>(
}, },
// vxeGrid()vxe-table // vxeGrid()vxe-table
{ {
stripe: false,
checkboxConfig: { range: false },
// //
proxyConfig: { autoLoad: true, ajax: { query: ({ page, sort }) => handleQueryApi(page, sort) } }, proxyConfig: { autoLoad: true, ajax: { query: ({ page, sort }) => handleQueryApi(page, sort) } },
// //