@newview/permission-service 1.2.18 → 1.2.20
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/dist/permission-service.js +10 -14
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -6213,7 +6213,7 @@ class DBCenterBaseApi extends BaseApi {
|
|
|
6213
6213
|
constructor() {
|
|
6214
6214
|
super();
|
|
6215
6215
|
this.addHeader("projectid", 0);
|
|
6216
|
-
this.addHeader("devprod", "
|
|
6216
|
+
this.addHeader("devprod", "prod");
|
|
6217
6217
|
this.addHeader("dbSkey", "08fb72ad2cf661088849ef17fdaab21a");
|
|
6218
6218
|
}
|
|
6219
6219
|
}
|
|
@@ -26018,6 +26018,7 @@ const shanxi = {
|
|
|
26018
26018
|
copyrightUrl,
|
|
26019
26019
|
crs
|
|
26020
26020
|
};
|
|
26021
|
+
const style = "";
|
|
26021
26022
|
const propDefine$1 = {
|
|
26022
26023
|
linkParam: {
|
|
26023
26024
|
// 带入的参数
|
|
@@ -26368,16 +26369,11 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26368
26369
|
e.remove();
|
|
26369
26370
|
});
|
|
26370
26371
|
}
|
|
26371
|
-
|
|
26372
|
-
let res
|
|
26373
|
-
|
|
26374
|
-
|
|
26375
|
-
}
|
|
26376
|
-
res = this.utilities.parseApiResult(await this.institutionLinePointApi.getEntities(QueryWrapper.create().allEq({
|
|
26377
|
-
PlatformId: this.selectedPlatform.Id,
|
|
26378
|
-
InsTreeId: this.selectedInsTree.Id
|
|
26379
|
-
})));
|
|
26380
|
-
}
|
|
26372
|
+
await this.institutionLinePointApi.getCount(QueryWrapper.create().eq("platformId", this.selectedPlatform.Id));
|
|
26373
|
+
let res = this.utilities.parseApiResult(await this.institutionLinePointApi.getEntities(QueryWrapper.create().allEq({
|
|
26374
|
+
PlatformId: this.selectedPlatform.Id,
|
|
26375
|
+
InsTreeId: this.selectedInsTree.Id
|
|
26376
|
+
})));
|
|
26381
26377
|
this.lineData = res;
|
|
26382
26378
|
if (res.length > 0) {
|
|
26383
26379
|
res = res.map((e) => {
|
|
@@ -26452,7 +26448,7 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26452
26448
|
}
|
|
26453
26449
|
//#endregion 业务逻辑 END
|
|
26454
26450
|
};
|
|
26455
|
-
const
|
|
26451
|
+
const Sublinepoins_vue_vue_type_style_index_0_scoped_d99e8345_lang = "";
|
|
26456
26452
|
const _hoisted_1$1 = { class: "instree-search" };
|
|
26457
26453
|
const _hoisted_2$1 = { class: "instree-list" };
|
|
26458
26454
|
const _hoisted_3$1 = { class: "nv-flex-1 nv-flex-col map-box" };
|
|
@@ -26588,7 +26584,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26588
26584
|
onClick: _ctx.importLine
|
|
26589
26585
|
}, {
|
|
26590
26586
|
default: withCtx(() => [
|
|
26591
|
-
createTextVNode("导入线")
|
|
26587
|
+
createTextVNode("导入线1")
|
|
26592
26588
|
]),
|
|
26593
26589
|
_: 1
|
|
26594
26590
|
}, 8, ["onClick"]),
|
|
@@ -26654,7 +26650,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26654
26650
|
_: 1
|
|
26655
26651
|
});
|
|
26656
26652
|
}
|
|
26657
|
-
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
26653
|
+
const sublinepoins = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-d99e8345"]]);
|
|
26658
26654
|
const propDefine = {
|
|
26659
26655
|
linkParam: {
|
|
26660
26656
|
// 带入的参数
|