diff --git a/src/api/service/dailyTaskPackage.js b/src/api/service/dailyTaskPackage.js index bf21a2a..b99fcc4 100644 --- a/src/api/service/dailyTaskPackage.js +++ b/src/api/service/dailyTaskPackage.js @@ -10,6 +10,14 @@ export function getSelectPage(params) { params }) } +// 自定义分页查询 +export function selectPagezdy(params) { + return request({ + url: api + 'tbZdxlFgxlrw/selectPagezdy', + method: 'GET', + params + }) +} // 修改数据 export function updateData(data) { diff --git a/src/components/export/index.vue b/src/components/export/index.vue index a5e2bd5..2debddd 100644 --- a/src/components/export/index.vue +++ b/src/components/export/index.vue @@ -66,6 +66,10 @@ watch(() => props.lx, (val) => { baseUrl.value = '/mosty-api/mosty-yjzl/tbZdxlFgxlrw/importListByMb' // modelUrl.value = '/mosty-api/mosty-jcgl/tpjcglZnzb/importTemplate' break; + case 'zdyrcrwb': + baseUrl.value = '/mosty-api/mosty-yjzl/tbZdxlFgxlrw/importListByMbZdy' + // modelUrl.value = '/mosty-api/mosty-jcgl/tpjcglZnzb/importTemplate' + break; default: break; } diff --git a/src/router/index.js b/src/router/index.js index 81f721d..0ee4260 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -576,6 +576,15 @@ export const privateRoutes = [{ icon: "article-ranking" }, }, + { + path: "/taskPage/CustomTaskPackage", + component: () => import("@/views/backOfficeSystem/service/taskPage/CustomTaskPackage/index"), + name: "CustomTaskPackage", + meta: { + title: '自定义日常任务包', + icon: "article-ranking" + }, + }, { path: "/taskPage/taskProgress", component: () => import("@/views/backOfficeSystem/service/taskPage/taskProgress/index"), diff --git a/src/views/backOfficeSystem/basicsmanage/patrol-route/mandatory-patrol/index.vue b/src/views/backOfficeSystem/basicsmanage/patrol-route/mandatory-patrol/index.vue index 4e9016b..9db4fce 100644 --- a/src/views/backOfficeSystem/basicsmanage/patrol-route/mandatory-patrol/index.vue +++ b/src/views/backOfficeSystem/basicsmanage/patrol-route/mandatory-patrol/index.vue @@ -25,11 +25,7 @@