签报
This commit is contained in:
@ -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')
|
||||
|
||||
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user