@newview/permission-service 1.2.43 → 1.2.44
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.
- package/README.md +6 -0
- package/dist/permission-service.js +35 -7
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -4
- package/vite.config.ts +0 -1
package/README.md
CHANGED
|
@@ -7,8 +7,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7
7
|
import { BaseInstance } from "@newview/base-vue";
|
|
8
8
|
import { defineComponent, ref, reactive, onMounted, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode, nextTick, toDisplayString, createElementBlock, Fragment, renderList, withDirectives, vShow, pushScopeId, popScopeId, onUnmounted, createCommentVNode, computed, withModifiers } from "vue";
|
|
9
9
|
import { PlatformApi, PlatformGroupApi, ModuleApi, RoleApi, RoleModuleApi, InstitutionRoleApi, InstitutionTypeApi, InstitutioninforApi, InstitutionPlatformApi, InstitutionTreeApi, EnterpriseApi, LoginLogApi, UserinforApi, InstitutionUserApi, UserRoleApi, OAuthApi, UserSignApi, InstitutionLinePointApi, InstitutionPointApi, ProjectSummaryApi, DataBoardModuleApi, DataInistitutionRelationApi, DataInstitutionBoardRelationApi } from "@newview/permission-api";
|
|
10
|
-
import { QueryWrapper, request } from "@newview/infrastructure";
|
|
11
|
-
import { CorePlatformConfigApi, CorePartnerApi } from "@newview/permission-db-api";
|
|
10
|
+
import { BaseApi, QueryWrapper, request } from "@newview/infrastructure";
|
|
12
11
|
import { Icon, Tag, Checkbox, Divider, CheckboxGroup, Space } from "view-ui-plus";
|
|
13
12
|
import { SelectPlatform, BaseLogin, PersonSel, getUserSealImg } from "@newview/permission-ui";
|
|
14
13
|
import { SignTaskInfoApi } from "@newview/casign-api";
|
|
@@ -16,6 +15,35 @@ import { NvComFormUp } from "@newview/file-ui";
|
|
|
16
15
|
import { ProvinceApi, CityApi, AreaApi, DictionaryDetailApi, DictionaryTypeApi } from "@newview/basics-api";
|
|
17
16
|
import { FileApi, OSSFileApi, FileInfoApi } from "@newview/fileservice-api";
|
|
18
17
|
import { NvMap } from "@newview/map";
|
|
18
|
+
class DBCenterBaseApi extends BaseApi {
|
|
19
|
+
get ProxyName() {
|
|
20
|
+
return "CalcPythonApi";
|
|
21
|
+
}
|
|
22
|
+
constructor() {
|
|
23
|
+
super();
|
|
24
|
+
this.addHeader("projectid", 0);
|
|
25
|
+
this.addHeader("devprod", "prod");
|
|
26
|
+
this.addHeader("dbSkey", "08fb72ad2cf661088849ef17fdaab21a");
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
class CorePartnerApi extends DBCenterBaseApi {
|
|
30
|
+
get ControllerName() {
|
|
31
|
+
return "currency";
|
|
32
|
+
}
|
|
33
|
+
constructor() {
|
|
34
|
+
super();
|
|
35
|
+
this.addHeader("tableName", "core_partner");
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
class CorePlatformConfigApi extends DBCenterBaseApi {
|
|
39
|
+
get ControllerName() {
|
|
40
|
+
return "currency";
|
|
41
|
+
}
|
|
42
|
+
constructor() {
|
|
43
|
+
super();
|
|
44
|
+
this.addHeader("tableName", "core_platform_config");
|
|
45
|
+
}
|
|
46
|
+
}
|
|
19
47
|
const propDefine$l = {
|
|
20
48
|
linkParam: {
|
|
21
49
|
// 带入的参数
|
|
@@ -14211,8 +14239,8 @@ class ModuleInstance2 extends BaseInstance {
|
|
|
14211
14239
|
// 响应式方法 | xxx = () => {}
|
|
14212
14240
|
//#endregion 业务逻辑 END
|
|
14213
14241
|
}
|
|
14214
|
-
const
|
|
14215
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
14242
|
+
const Module_vue_vue_type_style_index_0_scoped_23a8ab5f_lang = "";
|
|
14243
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-23a8ab5f"), n = n(), popScopeId(), n);
|
|
14216
14244
|
const _hoisted_1$4 = { style: { "height": "650px", "overflow-y": "auto" } };
|
|
14217
14245
|
const _hoisted_2$2 = {
|
|
14218
14246
|
class: "import-module",
|
|
@@ -14482,7 +14510,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
14482
14510
|
_: 1
|
|
14483
14511
|
});
|
|
14484
14512
|
}
|
|
14485
|
-
const subModule = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-
|
|
14513
|
+
const subModule = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-23a8ab5f"]]);
|
|
14486
14514
|
const type = "FeatureCollection";
|
|
14487
14515
|
const features = [
|
|
14488
14516
|
{
|
|
@@ -30170,7 +30198,7 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
30170
30198
|
}
|
|
30171
30199
|
//#endregion 系统平台 END
|
|
30172
30200
|
};
|
|
30173
|
-
const
|
|
30201
|
+
const Sublinepoins_vue_vue_type_style_index_0_scoped_cb9d2558_lang = "";
|
|
30174
30202
|
const _hoisted_1$3 = { class: "instree-search" };
|
|
30175
30203
|
const _hoisted_2$1 = { class: "instree-list" };
|
|
30176
30204
|
const _hoisted_3$1 = { class: "nv-flex-1 nv-flex-col map-box" };
|
|
@@ -30439,7 +30467,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30439
30467
|
_: 1
|
|
30440
30468
|
});
|
|
30441
30469
|
}
|
|
30442
|
-
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
30470
|
+
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-cb9d2558"]]);
|
|
30443
30471
|
const propDefine$3 = {
|
|
30444
30472
|
Id: {
|
|
30445
30473
|
default: 0,
|