diff --git a/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue b/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue index e0985e3..1735876 100644 --- a/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue +++ b/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue @@ -345,8 +345,8 @@ const formConfig = { // 项目或者工程名字 const searchName = ref(""); // 重新填报 -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(); }; // 审核