mirror of https://github.com/veops/cmdb.git
feat:新增api&适配
This commit is contained in:
parent
c236851d2f
commit
36a24d4a68
|
@ -117,3 +117,11 @@ export function getEmployeeListByFilter(data) {
|
||||||
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" />
|
<ops-icon type="ops-setting-notice-wx" />
|
||||||
</div>
|
</div>
|
||||||
<div @click="handleBindWx" class="setting-person-bind-button">
|
<div @click="handleBindWx" class="setting-person-bind-button">
|
||||||
{{ form.wx_id ? '重新绑定' : '绑定' }}
|
{{ form.notice_info.wechatApp ? '重新绑定' : '绑定' }}
|
||||||
</div>
|
</div>
|
||||||
</a-space>
|
</a-space>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
|
|
Loading…
Reference in New Issue