diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js index 77f1d9e..64c2f4f 100644 --- a/src/api/publicService/index.js +++ b/src/api/publicService/index.js @@ -487,7 +487,7 @@ }); } -//分页搜索督查巡查台账 +//分页搜索督察巡查台账 export function overSeePage(query) { return request({ url: '/business/overSee/page', @@ -495,7 +495,7 @@ params: query, }); } -// 督查巡查台账 新增 +// 督察巡查台账 新增 export function overSeeAdd(data) { return request({ url: '/business/overSee/add', @@ -504,7 +504,7 @@ }); } -// 督查巡查台账 修改 +// 督察巡查台账 修改 export function overSeeEdit(data) { return request({ url: '/business/overSee/edit', @@ -513,7 +513,7 @@ }); } -// 督查巡查台账 删除 +// 督察巡查台账 删除 export function overSeeDel(id) { return request({ url: '/business/overSee/' + id, diff --git a/src/api/publicService/index.js b/src/api/publicService/index.js index 77f1d9e..64c2f4f 100644 --- a/src/api/publicService/index.js +++ b/src/api/publicService/index.js @@ -487,7 +487,7 @@ }); } -//分页搜索督查巡查台账 +//分页搜索督察巡查台账 export function overSeePage(query) { return request({ url: '/business/overSee/page', @@ -495,7 +495,7 @@ params: query, }); } -// 督查巡查台账 新增 +// 督察巡查台账 新增 export function overSeeAdd(data) { return request({ url: '/business/overSee/add', @@ -504,7 +504,7 @@ }); } -// 督查巡查台账 修改 +// 督察巡查台账 修改 export function overSeeEdit(data) { return request({ url: '/business/overSee/edit', @@ -513,7 +513,7 @@ }); } -// 督查巡查台账 删除 +// 督察巡查台账 删除 export function overSeeDel(id) { return request({ url: '/business/overSee/' + id, diff --git a/src/views/longoPeration/ProblemStatistics.vue b/src/views/longoPeration/ProblemStatistics.vue index 75593ab..08782dc 100644 --- a/src/views/longoPeration/ProblemStatistics.vue +++ b/src/views/longoPeration/ProblemStatistics.vue @@ -3,7 +3,7 @@