国际执行

This commit is contained in:
‘huanghaiixia’
2026-03-05 16:09:51 +08:00
parent ad5f9b36e2
commit 62e9e7fa85
7 changed files with 842 additions and 98 deletions

View File

@ -135,7 +135,7 @@
},
immediate: false,
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
return { ...params, FormId: formIdComputedRef.value, PK: 'id',page: params.limit};
},
afterFetch: (res) => {
tableRef.value.setToolBarWidth();
@ -146,7 +146,7 @@
striped: false,
actionColumn: {
width: 160,
width: 130,
title: '操作',
dataIndex: 'action',
slots: { customRender: 'action' },