From 267804b4c2137728646c77df68c7bc7afc3023f5 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 27 Sep 2021 16:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8A=A5=E5=90=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meetManage/SignUpInfoEdit.vue | 38 +++++++++---------- .../projectManagement/CommitteeMeeting.vue | 2 +- .../modules/PublishRemindModal.vue | 5 ++- src/views/signUp/SignUpEntrance.vue | 2 +- src/views/signUp/SignUpPage.vue | 6 ++- 5 files changed, 27 insertions(+), 26 deletions(-) diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 992eaf3..bc524bf 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -41,24 +41,24 @@ - - - - - + + + + + + + + - - - - - + + + + + + + + + @@ -182,10 +182,6 @@ export default { rules: [{required: true, message: '请输入手机号'}], validateTrigger: 'blur' }, - email: { - rules: [{required: true, message: '请输入邮箱'}], - validateTrigger: 'blur' - }, identify: { rules: [{required: true, message: '请选择身份'}], validateTrigger: 'change' diff --git a/src/views/projectManagement/CommitteeMeeting.vue b/src/views/projectManagement/CommitteeMeeting.vue index 9f20606..819be82 100644 --- a/src/views/projectManagement/CommitteeMeeting.vue +++ b/src/views/projectManagement/CommitteeMeeting.vue @@ -276,7 +276,7 @@ export default { * 新增 * */ handleAdd() { - // 分表委的新增应该是需要分表委的id + // 分标委的新增应该是需要分标委的id if(this.meetingType === '5'){ this.$router.push({ path: '/incomePayments/meetManage/AddOrDetailMeet', diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index b3591ad..616d11a 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -176,18 +176,19 @@ export default { }, methods: { open(meetingList) { + this.onClearSelected() this.visible = true // 保存选中的会议 this.selectedMetingList = [...meetingList] // 列表需要工作组id参数 this.filters.workingGroupId = this.$route.query.workingGroupProjectId - // 分表委会议需要分标标委的id + // 分标委会议需要分标标委的id if (this.$route.query.meetingType === '5') { // 分标委 this.newColumns = [...this.commitColumns] this.filters.id = this.$route.query.id this.remindType = 2 - // 分表委成员 + // 分标委成员 this.url.list = '/payCaseCommitteeSubitem/payCaseCommitteeSubitem/list' } else { // 工作组 diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue index 4eab710..6928e82 100644 --- a/src/views/signUp/SignUpEntrance.vue +++ b/src/views/signUp/SignUpEntrance.vue @@ -186,7 +186,7 @@ export default { case '4': return '其他会议' case '5': - return '分表委会议' + return '分标委会议' } } else { return '' diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index 0156f9d..af306d8 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -409,7 +409,7 @@ export default { case '4': return '其他会议' case '5': - return '分表委会议' + return '分标委会议' } } else { return '' @@ -507,6 +507,9 @@ export default { * */ changeCompany(value) { this.selectedCompany = value + // 选择企业清空 姓名 手机号 + this.form.resetFields(['companyContactId','phone']) + }, /* * 选择联系人获取信息 @@ -609,6 +612,7 @@ export default { if (!flag) { // 错误 this.$message.warn('邀请码填写错误') + this.guestType = null } else { this.$message.success('邀请码填写正确') }