@newview/permission-service 1.2.19 → 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.
|
@@ -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
|
}
|
|
@@ -26369,16 +26369,11 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26369
26369
|
e.remove();
|
|
26370
26370
|
});
|
|
26371
26371
|
}
|
|
26372
|
-
|
|
26373
|
-
let res
|
|
26374
|
-
|
|
26375
|
-
|
|
26376
|
-
}
|
|
26377
|
-
res = this.utilities.parseApiResult(await this.institutionLinePointApi.getEntities(QueryWrapper.create().allEq({
|
|
26378
|
-
PlatformId: this.selectedPlatform.Id,
|
|
26379
|
-
InsTreeId: this.selectedInsTree.Id
|
|
26380
|
-
})));
|
|
26381
|
-
}
|
|
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
|
+
})));
|
|
26382
26377
|
this.lineData = res;
|
|
26383
26378
|
if (res.length > 0) {
|
|
26384
26379
|
res = res.map((e) => {
|
|
@@ -26453,7 +26448,7 @@ let ProjectUserinforInstance$1 = class ProjectUserinforInstance extends BaseInst
|
|
|
26453
26448
|
}
|
|
26454
26449
|
//#endregion 业务逻辑 END
|
|
26455
26450
|
};
|
|
26456
|
-
const
|
|
26451
|
+
const Sublinepoins_vue_vue_type_style_index_0_scoped_d99e8345_lang = "";
|
|
26457
26452
|
const _hoisted_1$1 = { class: "instree-search" };
|
|
26458
26453
|
const _hoisted_2$1 = { class: "instree-list" };
|
|
26459
26454
|
const _hoisted_3$1 = { class: "nv-flex-1 nv-flex-col map-box" };
|
|
@@ -26589,7 +26584,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26589
26584
|
onClick: _ctx.importLine
|
|
26590
26585
|
}, {
|
|
26591
26586
|
default: withCtx(() => [
|
|
26592
|
-
createTextVNode("导入线")
|
|
26587
|
+
createTextVNode("导入线1")
|
|
26593
26588
|
]),
|
|
26594
26589
|
_: 1
|
|
26595
26590
|
}, 8, ["onClick"]),
|
|
@@ -26655,7 +26650,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26655
26650
|
_: 1
|
|
26656
26651
|
});
|
|
26657
26652
|
}
|
|
26658
|
-
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"]]);
|
|
26659
26654
|
const propDefine = {
|
|
26660
26655
|
linkParam: {
|
|
26661
26656
|
// 带入的参数
|