BUG 26974
This commit is contained in:
		| @@ -105,10 +105,10 @@ | ||||
|                   </el-option> | ||||
|                 </el-select> | ||||
|               </template> | ||||
| <!--              <template #right>--> | ||||
| <!--                <el-input v-model="search.param" placeholder="姓名/手机号" @change="searchMeetinguser()"--> | ||||
| <!--                          size="small" suffix-icon="iconfont iconSearch" clearable/>--> | ||||
| <!--              </template>--> | ||||
|               <!--              <template #right>--> | ||||
|               <!--                <el-input v-model="search.param" placeholder="姓名/手机号" @change="searchMeetinguser()"--> | ||||
|               <!--                          size="small" suffix-icon="iconfont iconSearch" clearable/>--> | ||||
|               <!--              </template>--> | ||||
|             </ai-search-bar> | ||||
|             <ai-table | ||||
|                 :tableData="info.attendees" | ||||
| @@ -223,8 +223,8 @@ export default { | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     toDo(){ | ||||
|       this.$confirm("是否确认待定会议?").then(_=>{ | ||||
|     toDo() { | ||||
|       this.$confirm("是否确认待定会议?").then(_ => { | ||||
|         this.$http.post("/app/appmeetinginfo/tobeConfirm", null, { | ||||
|           params: { | ||||
|             meetingId: this.detail.id, | ||||
| @@ -338,16 +338,12 @@ export default { | ||||
|  | ||||
|       }); | ||||
|     }, | ||||
|     noticeMetting(meetingId) { | ||||
|       this.instance.post(`/app/appmeetinginfo/notice`, null, | ||||
|           { | ||||
|             params: { | ||||
|               meetingId: this.detail.id, | ||||
|               noticeALL: meetingId ? false : true, | ||||
|               meetingUserId: '' | ||||
|             } | ||||
|           } | ||||
|       ).then(res => { | ||||
|     noticeMetting(meetingUserId) { | ||||
|       this.instance.post(`/app/appmeetinginfo/notice`, null, { | ||||
|         params: { | ||||
|           meetingId: this.detail.id, noticeALL: !meetingUserId, meetingUserId | ||||
|         } | ||||
|       }).then(res => { | ||||
|         if (res && res.code == 0) { | ||||
|           this.$message.success("提醒成功!") | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user