按钮样式调整
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user