diff --git a/project/qianxinan/Announce/AppAnnounce/components/List.vue b/project/qianxinan/Announce/AppAnnounce/components/List.vue index 9c6dd17e..0c252841 100644 --- a/project/qianxinan/Announce/AppAnnounce/components/List.vue +++ b/project/qianxinan/Announce/AppAnnounce/components/List.vue @@ -17,6 +17,14 @@ placeholder="任务状态" :selectList="dict.getDict('mstStatus')"> + + - @@ -126,7 +113,8 @@ createUserId: '', taskTitle: '', startTime: '', - endTime: '' + endTime: '', + markTag: '' }, currIndex: '1', name: '', @@ -184,6 +172,7 @@ this.instance.post(`/app/appmasssendingtask/list`, null, { params: { ...this.search, + markTag: this.search.markTag ? this.search.markTag.join(',') : '' } }).then(res => { if (res.code == 0) {