From c8e920ae25f2a837daf73d3f18fb7d2ab1b55cd4 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Wed, 14 Dec 2022 18:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BB=84=E7=AE=A1=E7=90=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9=2012.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/team/modules/GroupxModal.vue | 26 +++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue b/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue index 95003dce..bec6a25a 100644 --- a/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue +++ b/ant-design-vue-jeecg/src/views/team/modules/GroupxModal.vue @@ -14,16 +14,22 @@ - - + + + + + + + - - + + {{ model.enterprisesManager }} @@ -84,22 +90,26 @@ export default { edit: "/groupx/edit", sysUserList: "/sys/user/list", }, + // 选择用户查询条件配置 + selectUserQueryConfig: [ + {key: 'phone', label: '电话'}, + ], } }, created() { }, methods: { - async getQuestionBankList() { + async getMobile() { let param = { "username": this.model.enterprisesManager, } let that = this; const {data: res} = await this.$axios.get('/jeecg-boot/sys/user/list', {params: param}) // this.questionBankList = res.result - console.log("userlist:"+JSON.stringify(res)) - console.log("the phone:"+JSON.stringify(res.result.records[0].phone)) + console.log("userlist:" + JSON.stringify(res)) + console.log("the phone:" + JSON.stringify(res.result.records[0].phone)) let phone = JSON.stringify(res.result.records[0].phone); - that.model.mobile = phone; + this.model.mobile = phone; }, // getMobile() {