From 81b3b7a41ec43af2d3d81b35da72d930483d4f26 Mon Sep 17 00:00:00 2001 From: wang1 <844966816@qq.com> Date: 星期三, 28 六月 2023 14:42:45 +0800 Subject: [PATCH] 主数据流程添加自定义需要的流程变量 --- Source/UBCS-WEB/src/views/system/user.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue index e3a5ddc..c7d7358 100644 --- a/Source/UBCS-WEB/src/views/system/user.vue +++ b/Source/UBCS-WEB/src/views/system/user.vue @@ -777,10 +777,10 @@ }) //瑕佷紶閫掔殑id锛屼竴涓槸鏁扮粍鍙︿竴涓槸瀛楃涓� this.UserPwdstrategyVO.userIds=this.selid; - this.UserPwdstrategyVO.pwdstrategyId=this.id; + this.UserPwdstrategyVO.pwdstrategyId=this.id //璇锋眰 - insert(this.UserPwdstrategyVO).then(()=>{ + insert(this.UserPwdstrategyVO.userIds).then(()=>{ this.passVisible=false this.$message({ type: "success", @@ -801,10 +801,10 @@ selChange(row){ this.id=row }, - selecload(page, params = {}) { - getPage(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res => { - console.log(res) - this.seoptions=res.data.data.content + selecload() { + getPage(1, -1).then(res => { + // console.log(res) + this.seoptions=res.data.data.records }); }, nodeClick(data) { @@ -967,9 +967,10 @@ if (this.selectionList.length === 1) { this.roleTreeObj = this.selectionList[0].roleId.split(","); } - getRoleTree(this.selectionList[0].tenantId).then(res => { + getRoleTree().then(res => { this.roleGrantList = res.data.data; this.roleBox = true; + }); }, handlePlatform() { -- Gitblit v1.9.3