Commit d29114b5 authored by Mac's avatar Mac

1

parent e08679c0
...@@ -398,6 +398,19 @@ export function SetSynvEduEmployee(data) { ...@@ -398,6 +398,19 @@ export function SetSynvEduEmployee(data) {
}) })
} }
/**
* 获取离职人员未交接客服列表
*
*/
export function setUserCoustomerTransfer(data) {
return request({
url: '/QYWeChat/SetUserCoustomerTransfer',
method: 'post',
data
})
}
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table" <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table"
separator="none" title="" :data="data" :columns="columns" row-key="name"> separator="none" title="" :data="data" :columns="columns" row-key="name">
<template v-slot:top="props"> <template v-slot:top="props">
<div class="q-table__title">离职人员未交接客列表</div> <div class="q-table__title">离职人员未交接客列表</div>
<q-space /> <q-space />
</template> </template>
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
return return
} }
setLeaveUserCustomerTransfer(this.jiaojMsg).then(res => { setLeaveUserCustomerTransfer(this.jiaojMsg).then(res => {
if(res.Code) if(res.Code==1)
this.$q.notify({ this.$q.notify({
icon: 'iconfont icon-chenggong', icon: 'iconfont icon-chenggong',
color: 'accent', color: 'accent',
......
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