diff --git a/src/api/modules/huizhou.ts b/src/api/modules/huizhou.ts index eddcef6..6721b3e 100644 --- a/src/api/modules/huizhou.ts +++ b/src/api/modules/huizhou.ts @@ -200,6 +200,10 @@ export const globalPlanGovermentEdit = (params: any) => { export const globalPlanGovermentAudit = (params: any) => { return http.post(BASEURL + `/gov/projectNodePlan/examine`, params); }; +// 全景计划删除 +export const globalPlanGovermentDelete = (params: any) => { + return http.post(BASEURL + `/gov/projectNodePlan/delete`, params); +}; // 全景计划(政务端)------------ // 全景计划分页列表 diff --git a/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue b/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue index 1735876..35fbf73 100644 --- a/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue +++ b/src/views/goverment/huizhou/progressManagement/panoramicPlan/index.vue @@ -60,6 +60,7 @@ 重新填报 + 删除