Commit 06d943e3 authored by Mac's avatar Mac

标签处理

parent 2a921c99
......@@ -20,7 +20,7 @@ export default {
</script>
<style>
@import url("//at.alicdn.com/t/font_2077629_yt6s3mpdrdj.css");
@import url("//at.alicdn.com/t/font_2077629_ltga4el15kc.css");
.q-scrollarea__thumb {
z-index: 999999 !important;
}
......
......@@ -318,6 +318,18 @@ export function SetSynvEduEmployee(data) {
})
}
/**
* 初始化同步企业微信标签
*
*/
export function setSyncWeChatLable(data) {
return request({
url: '/QYWeChat/SetSyncWeChatLable',
method: 'post',
data
})
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment