This commit is contained in:
‘huanghaiixia’
2025-12-19 16:24:12 +08:00
parent e79a450ca2
commit 694d3cc2ee
13 changed files with 2039 additions and 6 deletions

View File

@ -142,7 +142,7 @@
]);
const dataList= ref([]);
const dataFile = ref([]);
let optionSelect= reactive({
let optionSelect= reactive({
gsIdList: [],
approCodeList: [],
});
@ -249,7 +249,7 @@
v.gsiId = v.id
})
}
})
}
}
const numChagne = (type, record, index) => {
record.aTime = dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss')

View File

@ -125,7 +125,7 @@
showResetButton: true,
},
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
return { ...params, FormId: formIdComputedRef.value, PK: 'id',page:params.limit };
},
afterFetch: (res) => {
clearSelectedRowKeys()