From 708078e03b10fd5f09e8198987488be1661270e6 Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:57:02 +0800 Subject: [PATCH] bug#20101 * fix: bug#20449 * fix: bug#20488 * fix: bug#20495 * fix: bug#20101 --- src/api/system/dictionary.ts | 6 +++ .../components/ViewDialog.vue | 4 +- .../components/NotificationRecord/index.vue | 2 +- src/views/account/Center/components/data.ts | 4 ++ src/views/account/Center/index.vue | 4 +- .../Dictionary/components/Right/index.vue | 24 +++++++----- src/views/system/NoticeRule/index.vue | 4 ++ src/views/system/Relationship/index.vue | 38 ++++++++++--------- 8 files changed, 54 insertions(+), 32 deletions(-) diff --git a/src/api/system/dictionary.ts b/src/api/system/dictionary.ts index 451d1a24..1cf9ab26 100644 --- a/src/api/system/dictionary.ts +++ b/src/api/system/dictionary.ts @@ -29,6 +29,12 @@ export const deleteDictionary =(id:string) => request.delete(`/dictionary/${id}` */ export const queryDicItem = (data:any)=>request.post('/dictionary-item/_query',data) +/** + * 查询字典项不分页 + */ +export const queryDicItemNoPage = (data:any) => request.post('/dictionary-item/_query/no-paging',data) + + /** * 保存字典项 */ diff --git a/src/views/account/Center/components/StationMessage/components/NotificationRecord/components/ViewDialog.vue b/src/views/account/Center/components/StationMessage/components/NotificationRecord/components/ViewDialog.vue index f327f525..a31b86a9 100644 --- a/src/views/account/Center/components/StationMessage/components/NotificationRecord/components/ViewDialog.vue +++ b/src/views/account/Center/components/StationMessage/components/NotificationRecord/components/ViewDialog.vue @@ -11,7 +11,7 @@