From caaa37d3f59eeb33d97e0f3497bbf5885865f59d Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期一, 09 十二月 2024 18:27:17 +0800 Subject: [PATCH] 调整WebBoService中的查询接口。主要是BusinessObject对象属性的赋值,以及BusinessObject和BaseModel之间的属性互相赋值 --- Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue b/Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue index 8a9012a..592c8b0 100644 --- a/Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/authority/ui/dataAuthorization/index.vue @@ -31,7 +31,7 @@ <el-button icon="el-icon-plus" size="small" type="primary" @click="addHandler">娣诲姞</el-button> <el-button icon="el-icon-plus" size="small" type="primary" @click="editHandler">淇敼</el-button> <el-button icon="el-icon-delete" plain size="small" type="danger" @click="delHandler">鍒犻櫎</el-button> - <el-button icon="el-icon-view" plain size="small" type="primary" @click="viewAuthHandler">鏌ョ湅鎺堟潈缁撴灉</el-button> + <!--<el-button icon="el-icon-view" plain size="small" type="primary" @click="viewAuthHandler">鏌ョ湅鎺堟潈缁撴灉</el-button>--> </template> </avue-crud> <div style="margin-top: 15px;"> @@ -235,7 +235,7 @@ watch:{ 'form.userOid':{ handler(val) { - if(val){ + /*if(val){ listRoleByUserOid(val).then(res => { // 缁勮濂界┛姊鍙敤鏁版嵁 this.roleDic = res.data.data; @@ -258,7 +258,7 @@ this.deptDic=[]; this.form.roleOid='' this.form.deptOid=''; - } + }*/ }, immediate: true, deep: true -- Gitblit v1.9.3