From d42606f99ad8632887453d2bb1a5f3d7b5618cfa Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 23 Dec 2021 15:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E4=BC=9A=E4=B8=80=E8=AF=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMeetingChinaunion/components/add.vue | 40 ++++++------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/packages/3.0.0/AppMeetingChinaunion/components/add.vue b/packages/3.0.0/AppMeetingChinaunion/components/add.vue index 88358e67..e764d7f5 100644 --- a/packages/3.0.0/AppMeetingChinaunion/components/add.vue +++ b/packages/3.0.0/AppMeetingChinaunion/components/add.vue @@ -35,7 +35,7 @@ 请选择 - + 线下举办 @@ -79,9 +79,10 @@
- +
{{ item.name }}
主持人 @@ -100,16 +101,15 @@ v-model="form.participantList" :key="partyKey" customOrg - v-if="isShowChooseUser && partyOrgIdList.length" + v-if="isShowChooseUser" :disable="hostDisable" :area-id="areaId" - :partyList="partyOrgIdList" :partyOrgList="form.appThreeMeetingOrganizationList" @change="handleSelectParty"> -
-
- 选择 -
+
+
+ 选择 +
*从党员用户中选择,必须设置一名主持人(点击与会人员头像设置或变更主持人) @@ -348,7 +348,6 @@ export default { isOnline: "0", isVote: "0" }, - partyOrgIdList: [], signStart: "", signEnd: "", areaId: "", @@ -444,18 +443,6 @@ export default { } this.form.participantList.splice(index, 1); }, - getOrgList () { - this.$axios.post('/app/partyOrganization/queryAllChildren', null, { - params: { - id: this.user.info.organizationId || '' - } - }).then((res) => { - if (res && res.code == 0) { - this.partyOrgIdList = res.data - // this.isShow = true - } - }) - }, //选择主持人 selectHost(index) { this.form.participantList.map(e => { @@ -712,7 +699,6 @@ export default { }, created() { this.areaId = this.user.info.areaId; - this.getOrgList() this.dict.load('yesOrNo', 'ThreeMeetingAnonymous', "meetingClassification", "feminderMethod", "addSignMethod", "postStatus").then(() => { this.searchSysAll(); if (this.detail && this.detail.id) { @@ -755,8 +741,8 @@ export default { height: 40px; display: inline-block; position: absolute; - left: 7px; - top: 6px; + left: 0; + top: 0; color: #ffffff; background-color: transparent; border-radius: 50%; @@ -821,8 +807,8 @@ export default { position: relative; img { - width: 54px; - height: 54px; + width: 40px; + height: 40px; border-radius: 50%; }