fix: BUG修改

This commit is contained in:
kun 2024-01-08 09:28:12 +08:00
parent c3132969c4
commit 24a1bf1a7f

View File

@ -345,8 +345,8 @@ const formConfig = {
//
const searchName = ref<string>("");
//
const againApply = async (params: any) => {
await useHandleData(globalPlanGovermentAudit, { id: rowId.value, fillState: 4 }, `是否重新填报`);
const againApply = async (row: any) => {
await useHandleData(globalPlanGovermentAudit, { id: row.id, fillState: 4 }, `是否重新填报`);
proTable.value.getTableList();
};
//