mirror of https://github.com/veops/cmdb.git
feat:新增api&适配
This commit is contained in:
parent
b1d0bdb536
commit
ff1626ff07
|
@ -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
|
||||
})
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue