diff --git a/src/components/Search/Search.vue b/src/components/Search/Search.vue index b26a1d9..729f970 100644 --- a/src/components/Search/Search.vue +++ b/src/components/Search/Search.vue @@ -31,7 +31,7 @@ async function handlerSearch(value) { if (res.code === 'OK') { state.resultList = [ { - title: '图审审批管理', + title: '图检审批', path: 'worksheet', data: res.data.ai, }, diff --git a/src/router/modules/final.ts b/src/router/modules/final.ts index 9ede89c..98a65a2 100644 --- a/src/router/modules/final.ts +++ b/src/router/modules/final.ts @@ -38,7 +38,7 @@ const routes: Array = [ path: 'final-detail', name: 'final-detail', meta: { - title: '任务终审详情', + title: '任务详情', }, component: () => import('@/views/task/content/Content.vue'), }, diff --git a/src/store/modules/asideConfig.ts b/src/store/modules/asideConfig.ts index 81bcf4b..4fb75fb 100644 --- a/src/store/modules/asideConfig.ts +++ b/src/store/modules/asideConfig.ts @@ -34,7 +34,7 @@ export const useAsideConfigStore = defineStore({ return this.customConfig }, getAsideValue(): any { - return this.asideValue + return this.asideValue || {} }, getSearchValue(): any { return this.searchValue diff --git a/src/views/final/comp/RepeatModal.vue b/src/views/final/comp/RepeatModal.vue index d0ed920..ecb9fd4 100644 --- a/src/views/final/comp/RepeatModal.vue +++ b/src/views/final/comp/RepeatModal.vue @@ -1,7 +1,8 @@