diff --git a/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue b/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue index 1e77b651..21cd1b6d 100644 --- a/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue +++ b/Report-V3-TS/src/components/Base/Jsq-crud/src/Jsq-crud.vue @@ -3,12 +3,12 @@ * @Author: qianlishi * @Date: 2024-12-30 18:16:00 * @LastEditors: qianlishi - * @LastEditTime: 2025-01-09 20:16:16 + * @LastEditTime: 2025-01-09 22:20:55 --> - + diff --git a/Report-V3-TS/src/components/Base/Jsq-tree/src/types/index.ts b/Report-V3-TS/src/components/Base/Jsq-tree/src/types/index.ts index 87f2aa03..dc21430b 100644 --- a/Report-V3-TS/src/components/Base/Jsq-tree/src/types/index.ts +++ b/Report-V3-TS/src/components/Base/Jsq-tree/src/types/index.ts @@ -6,7 +6,7 @@ export type JsqTreeProps = { // 对外暴露的方法 export interface TreeActionType { setProps: (treeProps: Partial) => Promise; - loadData: (params: any) => Promise; + loadData: (params?: any) => Promise; } export type TreeRegisterFn = (treeInstance: TreeActionType) => void diff --git a/Report-V3-TS/src/enums/common.ts b/Report-V3-TS/src/enums/common.ts index 57167c57..6d5d50ec 100644 --- a/Report-V3-TS/src/enums/common.ts +++ b/Report-V3-TS/src/enums/common.ts @@ -15,3 +15,9 @@ export enum DialogType { // 弹框类型 EDIT = 'EDIT', VIEW = 'VIEW' } + +export enum DialogTitle { + ADD = '新增', + EDIT = '编辑', + VIEW = '查看' +} diff --git a/Report-V3-TS/src/views/access/accessAuthority/index.vue b/Report-V3-TS/src/views/access/accessAuthority/index.vue index e3a970b9..e46823a5 100644 --- a/Report-V3-TS/src/views/access/accessAuthority/index.vue +++ b/Report-V3-TS/src/views/access/accessAuthority/index.vue @@ -3,7 +3,7 @@ * @Author: qianlishi * @Date: 2024-12-08 17:38:28 * @LastEditors: qianlishi - * @LastEditTime: 2025-01-09 20:11:15 + * @LastEditTime: 2025-01-09 22:22:16 -->