按钮样式调整

This commit is contained in:
‘huanghaiixia’
2025-12-15 14:10:53 +08:00
parent 231dc1d936
commit e5a9545c55
18 changed files with 51 additions and 33 deletions

View File

@ -98,7 +98,7 @@
schemaIdComputedRef.value = currentRoute.value.meta.schemaId;
const [registerModal, { openModal }] = useModal();
const formName = '品种';
const [registerTable, { reload }] = useTable({
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
title: '' || formName + '列表',
api: getLngBCategoryPage,
rowKey: 'id',
@ -115,6 +115,7 @@
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
},
afterFetch: (res) => {
clearSelectedRowKeys()
tableRef.value.setToolBarWidth();
},
useSearchForm: true,