liyu-pc-base 1.0.84 → 1.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6158,6 +6158,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6158
6158
|
options: {
|
|
6159
6159
|
manage_type: [
|
|
6160
6160
|
{ label: "普通用户", value: 0 },
|
|
6161
|
+
{ label: "管理员", value: 1 },
|
|
6161
6162
|
{ label: "超级管理员", value: 2 }
|
|
6162
6163
|
]
|
|
6163
6164
|
},
|
|
@@ -6260,13 +6261,14 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6260
6261
|
person_id: null,
|
|
6261
6262
|
username: null,
|
|
6262
6263
|
realname: null,
|
|
6263
|
-
manage_type:
|
|
6264
|
+
manage_type: 1,
|
|
6264
6265
|
role_ids: []
|
|
6265
6266
|
})
|
|
6266
6267
|
},
|
|
6267
6268
|
options: {
|
|
6268
6269
|
manage_type: [
|
|
6269
6270
|
{ label: "普通用户", value: 0 },
|
|
6271
|
+
{ label: "管理员", value: 1 },
|
|
6270
6272
|
{ label: "超级管理员", value: 2 }
|
|
6271
6273
|
]
|
|
6272
6274
|
},
|
|
@@ -6422,6 +6424,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6422
6424
|
id: null,
|
|
6423
6425
|
username: "",
|
|
6424
6426
|
realname: "",
|
|
6427
|
+
manage_type: 1,
|
|
6425
6428
|
aim_org_id: t == null ? void 0 : t.id
|
|
6426
6429
|
},
|
|
6427
6430
|
options: {
|