feat:新增api&适配

This commit is contained in:
wang-liang0615 2023-09-26 16:26:25 +08:00
parent b1d0bdb536
commit ff1626ff07
2 changed files with 9 additions and 1 deletions

View File

@ -117,3 +117,11 @@ export function getEmployeeListByFilter(data) {
data
})
}
export function getNoticeByEmployeeIds(data) {
return axios({
url: '/common-setting/v1/employee/get_notice_by_ids',
method: 'post',
data
})
}

View File

@ -94,7 +94,7 @@
<ops-icon type="ops-setting-notice-wx" />
</div>
<div @click="handleBindWx" class="setting-person-bind-button">
{{ form.wx_id ? '重新绑定' : '绑定' }}
{{ form.notice_info.wechatApp ? '重新绑定' : '绑定' }}
</div>
</a-space>
</a-form-model-item>