@newview/permission-service 1.2.31 → 1.2.33
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 +3 -0
- package/dist/permission-service.js +100 -29
- package/dist/permission-service.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +59 -58
package/README.md
CHANGED
|
@@ -11,8 +11,8 @@ import { BaseApi, QueryWrapper } from "@newview/infrastructure";
|
|
|
11
11
|
import { Icon, Tag, Checkbox, Divider, CheckboxGroup, Space } from "view-ui-plus";
|
|
12
12
|
import { SelectPlatform, BaseLogin, PersonSel } from "@newview/permission-ui";
|
|
13
13
|
import { SignTaskInfoApi } from "@newview/casign-api";
|
|
14
|
-
import { ProvinceApi, CityApi, AreaApi, DictionaryDetailApi, DictionaryTypeApi } from "@newview/basics-api";
|
|
15
14
|
import { NvComFormUp } from "@newview/file-ui";
|
|
15
|
+
import { ProvinceApi, CityApi, AreaApi, DictionaryDetailApi, DictionaryTypeApi } from "@newview/basics-api";
|
|
16
16
|
import { NvMap } from "@newview/map";
|
|
17
17
|
class DBCenterBaseApi extends BaseApi {
|
|
18
18
|
get ProxyName() {
|
|
@@ -4483,7 +4483,7 @@ const propDefine$f = {
|
|
|
4483
4483
|
};
|
|
4484
4484
|
const _sfc_main$f = defineComponent({
|
|
4485
4485
|
name: "Userinfor",
|
|
4486
|
-
components: { SelectPlatform, LoginLog: LoginLog$1, BaseLogin },
|
|
4486
|
+
components: { SelectPlatform, LoginLog: LoginLog$1, BaseLogin, NvComFormUp },
|
|
4487
4487
|
emits: [""],
|
|
4488
4488
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
4489
4489
|
props: propDefine$f,
|
|
@@ -4781,7 +4781,8 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4781
4781
|
PwdAuthentication: 0,
|
|
4782
4782
|
LastUpdateUserId: 0,
|
|
4783
4783
|
LastUpdateUserName: "",
|
|
4784
|
-
LastUpdateDate: ""
|
|
4784
|
+
LastUpdateDate: "",
|
|
4785
|
+
OrderNo: 0
|
|
4785
4786
|
}));
|
|
4786
4787
|
__publicField(this, "userFormItems", reactive([
|
|
4787
4788
|
{
|
|
@@ -4800,6 +4801,11 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4800
4801
|
datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
|
|
4801
4802
|
transfer: true
|
|
4802
4803
|
}
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
model: "OrderNo",
|
|
4807
|
+
label: "排序号",
|
|
4808
|
+
type: "InputNumber"
|
|
4803
4809
|
}
|
|
4804
4810
|
]
|
|
4805
4811
|
},
|
|
@@ -4848,6 +4854,23 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
4848
4854
|
},
|
|
4849
4855
|
{ model: "ErrorNum", label: "错误次数", type: "Input" }
|
|
4850
4856
|
]
|
|
4857
|
+
},
|
|
4858
|
+
{
|
|
4859
|
+
model: "",
|
|
4860
|
+
label: "签字信息",
|
|
4861
|
+
span: 24,
|
|
4862
|
+
children: [
|
|
4863
|
+
{
|
|
4864
|
+
label: "签字图片",
|
|
4865
|
+
model: "UserSignImgToken",
|
|
4866
|
+
prop: "UserSignImgToken",
|
|
4867
|
+
type: "UploadFile",
|
|
4868
|
+
span: 24,
|
|
4869
|
+
uploadFileProp: {
|
|
4870
|
+
uploadQuantity: 1
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
]
|
|
4851
4874
|
}
|
|
4852
4875
|
]));
|
|
4853
4876
|
__publicField(this, "userFormRule", reactive({
|
|
@@ -5337,6 +5360,7 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5337
5360
|
this.userFormModel.LastUpdateUserId = user.Id;
|
|
5338
5361
|
this.userFormModel.LastUpdateUserName = user.UserName;
|
|
5339
5362
|
this.userFormModel.LastUpdateDate = this.utilities.getCurrentDate();
|
|
5363
|
+
this.userFormModel.OrderNo = data.OrderNo;
|
|
5340
5364
|
this.editUserTitle.value = "编辑用户 - " + data.UserName;
|
|
5341
5365
|
this.showEditUser.value = true;
|
|
5342
5366
|
}
|
|
@@ -5356,6 +5380,7 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5356
5380
|
this.userFormModel.AccountType = 1;
|
|
5357
5381
|
this.userFormModel.AccountStatus = 1;
|
|
5358
5382
|
this.userFormModel.ErrorNum = 0;
|
|
5383
|
+
this.userFormModel.OrderNo = 0;
|
|
5359
5384
|
let currentDate = this.utilities.getCurrentDate();
|
|
5360
5385
|
currentDate = this.utilities.dateHelper.format(this.utilities.dateHelper.add(this.utilities.stringHelper.toDate(currentDate), 1, "years"), "YYYY-MM-DD");
|
|
5361
5386
|
this.userFormModel.ExpiredDate = currentDate;
|
|
@@ -5518,11 +5543,11 @@ let UserinforInstance$1 = class UserinforInstance extends BaseInstance {
|
|
|
5518
5543
|
// 响应式方法 | xxx = () => {}
|
|
5519
5544
|
//#endregion 重置密码 END
|
|
5520
5545
|
};
|
|
5521
|
-
const
|
|
5522
|
-
const _withScopeId$3 = (n) => (pushScopeId("data-v-
|
|
5546
|
+
const Userinfor_vue_vue_type_style_index_0_scoped_a643a221_lang = "";
|
|
5547
|
+
const _withScopeId$3 = (n) => (pushScopeId("data-v-a643a221"), n = n(), popScopeId(), n);
|
|
5523
5548
|
const _hoisted_1$e = { class: "instree-search" };
|
|
5524
5549
|
const _hoisted_2$6 = { class: "instree-list" };
|
|
5525
|
-
const _hoisted_3$6 = { style: { "height": "
|
|
5550
|
+
const _hoisted_3$6 = { style: { "height": "774px", "overflow-y": "auto" } };
|
|
5526
5551
|
const _hoisted_4$6 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ createElementVNode("div", { style: { "margin-left": "16px", "color": "#ff9900" } }, [
|
|
5527
5552
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding-bottom": "8px" } }, "用户账号:手机号必填。在新设备登录时,需进行短信验证。"),
|
|
5528
5553
|
/* @__PURE__ */ createElementVNode("div", null, "内部账号:手机号可不填。")
|
|
@@ -5544,11 +5569,12 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5544
5569
|
const _component_Space = resolveComponent("Space");
|
|
5545
5570
|
const _component_NvBox = resolveComponent("NvBox");
|
|
5546
5571
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
5547
|
-
const
|
|
5572
|
+
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
5548
5573
|
const _component_Form = resolveComponent("Form");
|
|
5549
5574
|
const _component_Modal = resolveComponent("Modal");
|
|
5550
5575
|
const _component_LoginLog = resolveComponent("LoginLog");
|
|
5551
5576
|
const _component_BaseLogin = resolveComponent("BaseLogin");
|
|
5577
|
+
const _component_NvComForm = resolveComponent("NvComForm");
|
|
5552
5578
|
const _component_FormItem = resolveComponent("FormItem");
|
|
5553
5579
|
const _component_NvPage = resolveComponent("NvPage");
|
|
5554
5580
|
return openBlock(), createBlock(_component_NvPage, {
|
|
@@ -5657,7 +5683,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5657
5683
|
rules: _ctx.userFormRule
|
|
5658
5684
|
}, {
|
|
5659
5685
|
default: withCtx(() => [
|
|
5660
|
-
createVNode(
|
|
5686
|
+
createVNode(_component_NvComFormUp, {
|
|
5661
5687
|
ref: "userComForm",
|
|
5662
5688
|
formModel: _ctx.userFormModel,
|
|
5663
5689
|
formItems: _ctx.userFormItems
|
|
@@ -5898,7 +5924,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5898
5924
|
_: 1
|
|
5899
5925
|
});
|
|
5900
5926
|
}
|
|
5901
|
-
const Userinfor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
5927
|
+
const Userinfor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-a643a221"]]);
|
|
5902
5928
|
const propDefine$e = {
|
|
5903
5929
|
linkParam: {
|
|
5904
5930
|
// 带入的参数
|
|
@@ -11166,7 +11192,7 @@ const propDefine$6 = {
|
|
|
11166
11192
|
};
|
|
11167
11193
|
const _sfc_main$6 = defineComponent({
|
|
11168
11194
|
name: "Userinfor",
|
|
11169
|
-
components: { SelectPlatform, LoginLog, BaseLogin },
|
|
11195
|
+
components: { SelectPlatform, LoginLog, BaseLogin, NvComFormUp },
|
|
11170
11196
|
emits: [""],
|
|
11171
11197
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
11172
11198
|
props: propDefine$6,
|
|
@@ -11497,7 +11523,8 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11497
11523
|
PwdAuthentication: 0,
|
|
11498
11524
|
LastUpdateUserId: 0,
|
|
11499
11525
|
LastUpdateUserName: "",
|
|
11500
|
-
LastUpdateDate: ""
|
|
11526
|
+
LastUpdateDate: "",
|
|
11527
|
+
OrderNo: 0
|
|
11501
11528
|
}));
|
|
11502
11529
|
__publicField(this, "isDe", false);
|
|
11503
11530
|
__publicField(this, "userFormItems", reactive([
|
|
@@ -11517,6 +11544,11 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11517
11544
|
datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
|
|
11518
11545
|
transfer: true
|
|
11519
11546
|
}
|
|
11547
|
+
},
|
|
11548
|
+
{
|
|
11549
|
+
model: "OrderNo",
|
|
11550
|
+
label: "排序号",
|
|
11551
|
+
type: "InputNumber"
|
|
11520
11552
|
}
|
|
11521
11553
|
]
|
|
11522
11554
|
},
|
|
@@ -11572,6 +11604,23 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11572
11604
|
},
|
|
11573
11605
|
{ model: "ErrorNum", label: "错误次数", type: "Input" }
|
|
11574
11606
|
]
|
|
11607
|
+
},
|
|
11608
|
+
{
|
|
11609
|
+
model: "",
|
|
11610
|
+
label: "签字信息",
|
|
11611
|
+
span: 24,
|
|
11612
|
+
children: [
|
|
11613
|
+
{
|
|
11614
|
+
label: "签字图片",
|
|
11615
|
+
model: "UserSignImgToken",
|
|
11616
|
+
prop: "UserSignImgToken",
|
|
11617
|
+
type: "UploadFile",
|
|
11618
|
+
span: 24,
|
|
11619
|
+
uploadFileProp: {
|
|
11620
|
+
uploadQuantity: 1
|
|
11621
|
+
}
|
|
11622
|
+
}
|
|
11623
|
+
]
|
|
11575
11624
|
}
|
|
11576
11625
|
]));
|
|
11577
11626
|
__publicField(this, "userFormRule", reactive({
|
|
@@ -11630,7 +11679,6 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
11630
11679
|
this.saveingUser.value = false;
|
|
11631
11680
|
return;
|
|
11632
11681
|
}
|
|
11633
|
-
debugger;
|
|
11634
11682
|
apiResult = await this.userinforApi.save(this.userFormModel);
|
|
11635
11683
|
result = this.utilities.parseApiResult(apiResult);
|
|
11636
11684
|
if (this.userFormModel.Id == 0) {
|
|
@@ -12051,7 +12099,6 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12051
12099
|
// return this.userFormModel.Id == 0
|
|
12052
12100
|
// });
|
|
12053
12101
|
dateDis() {
|
|
12054
|
-
debugger;
|
|
12055
12102
|
return this.userFormModel.Id == 0;
|
|
12056
12103
|
}
|
|
12057
12104
|
// 私有方法 | private 方法名() {}
|
|
@@ -12078,6 +12125,7 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12078
12125
|
this.userFormModel.LastUpdateUserId = user.Id;
|
|
12079
12126
|
this.userFormModel.LastUpdateUserName = user.UserName;
|
|
12080
12127
|
this.userFormModel.LastUpdateDate = this.utilities.getCurrentDate();
|
|
12128
|
+
this.userFormModel.OrderNo = data.OrderNo;
|
|
12081
12129
|
this.editUserTitle.value = "编辑用户 - " + data.UserName;
|
|
12082
12130
|
this.showEditUser.value = true;
|
|
12083
12131
|
}
|
|
@@ -12097,6 +12145,7 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12097
12145
|
this.userFormModel.AccountType = 1;
|
|
12098
12146
|
this.userFormModel.AccountStatus = 1;
|
|
12099
12147
|
this.userFormModel.ErrorNum = 0;
|
|
12148
|
+
this.userFormModel.OrderNo = 0;
|
|
12100
12149
|
let currentDate = this.utilities.getCurrentDate();
|
|
12101
12150
|
currentDate = this.utilities.dateHelper.format(this.utilities.dateHelper.add(this.utilities.stringHelper.toDate(currentDate), 1, "years"), "YYYY-MM-DD");
|
|
12102
12151
|
this.userFormModel.ExpiredDate = currentDate;
|
|
@@ -12259,11 +12308,11 @@ class UserinforInstance2 extends BaseInstance {
|
|
|
12259
12308
|
// 响应式方法 | xxx = () => {}
|
|
12260
12309
|
//#endregion 重置密码 END
|
|
12261
12310
|
}
|
|
12262
|
-
const
|
|
12263
|
-
const _withScopeId$2 = (n) => (pushScopeId("data-v-
|
|
12311
|
+
const Userinfor_vue_vue_type_style_index_0_scoped_76f4c320_lang = "";
|
|
12312
|
+
const _withScopeId$2 = (n) => (pushScopeId("data-v-76f4c320"), n = n(), popScopeId(), n);
|
|
12264
12313
|
const _hoisted_1$5 = { class: "instree-search" };
|
|
12265
12314
|
const _hoisted_2$3 = { class: "instree-list" };
|
|
12266
|
-
const _hoisted_3$3 = { style: { "height": "
|
|
12315
|
+
const _hoisted_3$3 = { style: { "height": "750px", "overflow-y": "auto" } };
|
|
12267
12316
|
const _hoisted_4$3 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { style: { "margin-left": "16px", "color": "#ff9900" } }, [
|
|
12268
12317
|
/* @__PURE__ */ createElementVNode("div", { style: { "padding-bottom": "8px" } }, "用户账号:手机号必填。在新设备登录时,需进行短信验证。"),
|
|
12269
12318
|
/* @__PURE__ */ createElementVNode("div", null, "内部账号:手机号可不填。")
|
|
@@ -12287,11 +12336,12 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12287
12336
|
const _component_Space = resolveComponent("Space");
|
|
12288
12337
|
const _component_NvBox = resolveComponent("NvBox");
|
|
12289
12338
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
12290
|
-
const
|
|
12339
|
+
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
12291
12340
|
const _component_Form = resolveComponent("Form");
|
|
12292
12341
|
const _component_Modal = resolveComponent("Modal");
|
|
12293
12342
|
const _component_LoginLog = resolveComponent("LoginLog");
|
|
12294
12343
|
const _component_BaseLogin = resolveComponent("BaseLogin");
|
|
12344
|
+
const _component_NvComForm = resolveComponent("NvComForm");
|
|
12295
12345
|
const _component_FormItem = resolveComponent("FormItem");
|
|
12296
12346
|
const _component_NvPage = resolveComponent("NvPage");
|
|
12297
12347
|
return openBlock(), createBlock(_component_NvPage, {
|
|
@@ -12431,7 +12481,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12431
12481
|
rules: _ctx.userFormRule
|
|
12432
12482
|
}, {
|
|
12433
12483
|
default: withCtx(() => [
|
|
12434
|
-
_ctx.showEditUser ? (openBlock(), createBlock(
|
|
12484
|
+
_ctx.showEditUser ? (openBlock(), createBlock(_component_NvComFormUp, {
|
|
12435
12485
|
key: 0,
|
|
12436
12486
|
ref: "userComForm",
|
|
12437
12487
|
formModel: _ctx.userFormModel,
|
|
@@ -12673,7 +12723,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12673
12723
|
_: 1
|
|
12674
12724
|
});
|
|
12675
12725
|
}
|
|
12676
|
-
const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
12726
|
+
const subuserinfor = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-76f4c320"]]);
|
|
12677
12727
|
const propDefine$5 = {
|
|
12678
12728
|
linkParam: {
|
|
12679
12729
|
// 带入的参数
|
|
@@ -27436,7 +27486,6 @@ class ProjectSummaryInstance extends BaseInstance {
|
|
|
27436
27486
|
*/
|
|
27437
27487
|
setProvinceDatas() {
|
|
27438
27488
|
if (!this.utilities.isNull(this.provinceIndex.value)) {
|
|
27439
|
-
debugger;
|
|
27440
27489
|
this.mainFormItems[this.provinceIndex.value].selectProp.datas = this.provinces.map((item) => {
|
|
27441
27490
|
return { text: item.ProvinceName, value: item.ProvinceCode };
|
|
27442
27491
|
});
|
|
@@ -27552,7 +27601,7 @@ const propDefine$2 = {
|
|
|
27552
27601
|
};
|
|
27553
27602
|
const _sfc_main$2 = defineComponent({
|
|
27554
27603
|
name: "ProjectUserinfor",
|
|
27555
|
-
components: { SelectPlatform, LoginLog, BaseLogin },
|
|
27604
|
+
components: { SelectPlatform, LoginLog, BaseLogin, NvComFormUp },
|
|
27556
27605
|
emits: [""],
|
|
27557
27606
|
// 例如: ['clearRadioRow', 'change', 'delete', 'addchild']
|
|
27558
27607
|
props: propDefine$2,
|
|
@@ -27870,7 +27919,8 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
27870
27919
|
PwdAuthentication: 0,
|
|
27871
27920
|
LastUpdateUserId: 0,
|
|
27872
27921
|
LastUpdateUserName: "",
|
|
27873
|
-
LastUpdateDate: ""
|
|
27922
|
+
LastUpdateDate: "",
|
|
27923
|
+
OrderNo: 0
|
|
27874
27924
|
}));
|
|
27875
27925
|
__publicField(this, "userFormItems", reactive([
|
|
27876
27926
|
{
|
|
@@ -27889,6 +27939,11 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
27889
27939
|
datas: [{ text: "男", value: 1 }, { text: "女", value: 2 }, { text: "其他", value: 3 }],
|
|
27890
27940
|
transfer: true
|
|
27891
27941
|
}
|
|
27942
|
+
},
|
|
27943
|
+
{
|
|
27944
|
+
model: "OrderNo",
|
|
27945
|
+
label: "排序号",
|
|
27946
|
+
type: "InputNumber"
|
|
27892
27947
|
}
|
|
27893
27948
|
]
|
|
27894
27949
|
},
|
|
@@ -27935,6 +27990,23 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
27935
27990
|
{ model: "ErrorNum", label: "错误次数", type: "Input" },
|
|
27936
27991
|
{ model: "WechatOpenId", label: "微信授权Id", type: "Input" }
|
|
27937
27992
|
]
|
|
27993
|
+
},
|
|
27994
|
+
{
|
|
27995
|
+
model: "",
|
|
27996
|
+
label: "签字信息",
|
|
27997
|
+
span: 24,
|
|
27998
|
+
children: [
|
|
27999
|
+
{
|
|
28000
|
+
label: "签字图片",
|
|
28001
|
+
model: "UserSignImgToken",
|
|
28002
|
+
prop: "UserSignImgToken",
|
|
28003
|
+
type: "UploadFile",
|
|
28004
|
+
span: 24,
|
|
28005
|
+
uploadFileProp: {
|
|
28006
|
+
uploadQuantity: 1
|
|
28007
|
+
}
|
|
28008
|
+
}
|
|
28009
|
+
]
|
|
27938
28010
|
}
|
|
27939
28011
|
]));
|
|
27940
28012
|
__publicField(this, "userFormRule", reactive({
|
|
@@ -27996,7 +28068,6 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
27996
28068
|
this.saveingUser.value = false;
|
|
27997
28069
|
return;
|
|
27998
28070
|
}
|
|
27999
|
-
debugger;
|
|
28000
28071
|
apiResult = await this.userinforApi.save(this.userFormModel);
|
|
28001
28072
|
result = this.utilities.parseApiResult(apiResult);
|
|
28002
28073
|
if (this.userFormModel.Id == 0) {
|
|
@@ -28621,8 +28692,8 @@ class ProjectUserinforInstance2 extends BaseInstance {
|
|
|
28621
28692
|
}
|
|
28622
28693
|
}
|
|
28623
28694
|
}
|
|
28624
|
-
const
|
|
28625
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
28695
|
+
const ProjectUserinfor_vue_vue_type_style_index_0_scoped_585a48b7_lang = "";
|
|
28696
|
+
const _withScopeId = (n) => (pushScopeId("data-v-585a48b7"), n = n(), popScopeId(), n);
|
|
28626
28697
|
const _hoisted_1$1 = { class: "instree-search" };
|
|
28627
28698
|
const _hoisted_2 = { class: "instree-list" };
|
|
28628
28699
|
const _hoisted_3 = { style: { "height": "600px", "overflow-y": "auto" } };
|
|
@@ -28647,11 +28718,12 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28647
28718
|
const _component_Space = resolveComponent("Space");
|
|
28648
28719
|
const _component_NvBox = resolveComponent("NvBox");
|
|
28649
28720
|
const _component_NvGrid = resolveComponent("NvGrid");
|
|
28650
|
-
const
|
|
28721
|
+
const _component_NvComFormUp = resolveComponent("NvComFormUp");
|
|
28651
28722
|
const _component_Form = resolveComponent("Form");
|
|
28652
28723
|
const _component_Modal = resolveComponent("Modal");
|
|
28653
28724
|
const _component_LoginLog = resolveComponent("LoginLog");
|
|
28654
28725
|
const _component_BaseLogin = resolveComponent("BaseLogin");
|
|
28726
|
+
const _component_NvComForm = resolveComponent("NvComForm");
|
|
28655
28727
|
const _component_FormItem = resolveComponent("FormItem");
|
|
28656
28728
|
const _component_NvPage = resolveComponent("NvPage");
|
|
28657
28729
|
return openBlock(), createBlock(_component_NvPage, {
|
|
@@ -28791,7 +28863,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28791
28863
|
rules: _ctx.userFormRule
|
|
28792
28864
|
}, {
|
|
28793
28865
|
default: withCtx(() => [
|
|
28794
|
-
createVNode(
|
|
28866
|
+
createVNode(_component_NvComFormUp, {
|
|
28795
28867
|
ref: "userComForm",
|
|
28796
28868
|
formModel: _ctx.userFormModel,
|
|
28797
28869
|
formItems: _ctx.userFormItems
|
|
@@ -28986,7 +29058,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28986
29058
|
_: 1
|
|
28987
29059
|
});
|
|
28988
29060
|
}
|
|
28989
|
-
const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-
|
|
29061
|
+
const projectUser = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__scopeId", "data-v-585a48b7"]]);
|
|
28990
29062
|
const propDefine$1 = {
|
|
28991
29063
|
linkParam: {
|
|
28992
29064
|
// 带入的参数
|
|
@@ -29492,7 +29564,6 @@ class Instance2 extends BaseInstance {
|
|
|
29492
29564
|
SubInsName: e.InstitutionAbbreviation
|
|
29493
29565
|
};
|
|
29494
29566
|
});
|
|
29495
|
-
debugger;
|
|
29496
29567
|
if (saveDatas.length == 0) {
|
|
29497
29568
|
if (this.tabSavedData.length > 0) {
|
|
29498
29569
|
let ids = this.tabSavedData.map((e) => e.Id).toString();
|