diff --git a/src/api/modules/huizhou.ts b/src/api/modules/huizhou.ts index 5353d8d..d4d40c6 100644 --- a/src/api/modules/huizhou.ts +++ b/src/api/modules/huizhou.ts @@ -133,7 +133,7 @@ export const payGovermentContactAdd = (params: any) => { export const payGovermentContactEdit = (params: any) => { return http.post(BASEURL + `/gov/investmentContract/edit`, params); }; -// 投资支付合同设置结算定额日期 +// 投资支付合同设置结算定案日期 export const payGovermentContactSet = (params: any) => { return http.post(BASEURL + `/gov/engineering/edit`, params); }; diff --git a/src/components/LeftMenu/LeftMenu.vue b/src/components/LeftMenu/LeftMenu.vue index e8863d0..74d28ae 100644 --- a/src/components/LeftMenu/LeftMenu.vue +++ b/src/components/LeftMenu/LeftMenu.vue @@ -17,7 +17,7 @@