去掉编辑员工多出来的一根线
This commit is contained in:
@@ -130,7 +130,9 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteUser() {
|
deleteUser() {
|
||||||
staffApi.unbindingUser({cUserId:this.tempUid.id}).then(res => {
|
staffApi.unbindingUser({
|
||||||
|
cUserId: this.tempUid.id
|
||||||
|
}).then(res => {
|
||||||
if (res.code === 20000) {
|
if (res.code === 20000) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.msg,
|
title: res.msg,
|
||||||
@@ -247,4 +249,8 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cu-list.menu-avatar>.cu-item::after {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user