diff --git a/src/apps/AppAskForm/AppForm.vue b/src/apps/AppAskForm/AppForm.vue index ffc6eee5..36c488bf 100644 --- a/src/apps/AppAskForm/AppForm.vue +++ b/src/apps/AppAskForm/AppForm.vue @@ -64,6 +64,7 @@ export default { }, created() { this.checkAccess() + document.title = "调查问卷" } } diff --git a/src/apps/AppAskForm/formDetail.vue b/src/apps/AppAskForm/formDetail.vue index acf45327..3cdafa8d 100644 --- a/src/apps/AppAskForm/formDetail.vue +++ b/src/apps/AppAskForm/formDetail.vue @@ -23,7 +23,7 @@ diff --git a/src/apps/AppMeetingNotice/components/addMeeting.vue b/src/apps/AppMeetingNotice/components/addMeeting.vue index b67ee4ff..34f08be7 100644 --- a/src/apps/AppMeetingNotice/components/addMeeting.vue +++ b/src/apps/AppMeetingNotice/components/addMeeting.vue @@ -34,7 +34,7 @@
+ :def="form.files" action="/admin/file/add2">
@@ -160,7 +160,7 @@ export default { handleSelectUser() { this.selectEnterpriseContact({ fromDepartmentId:0, - type:["department", "user"], + type:["user"], selectedUserIds: this.form.attendees?.map(e=>e.id) }).then(res => { this.change(res?.userList || []) diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue index 8bf5d38d..627b8305 100644 --- a/src/apps/AppNotification/components/add.vue +++ b/src/apps/AppNotification/components/add.vue @@ -123,7 +123,7 @@ handleSelectUser() { this.selectEnterpriseContact({ fromDepartmentId:0, - type:["department", "user"], + type:["user"], selectedUserIds: this.form.persons?.map(e=>e.id) }).then(res => { this.form.persons = res?.userList || []