Commit 72ed2358 authored by chenqikuai's avatar chenqikuai

fix(usertable.vue): 删除用户不用调用直播删除

parent 3b22d581
...@@ -393,7 +393,6 @@ export default Vue.extend({ ...@@ -393,7 +393,6 @@ export default Vue.extend({
} else if (this.type == userModal.offJob) { } else if (this.type == userModal.offJob) {
this.modifyStauts(eUserStatusAction.notOnPosition) this.modifyStauts(eUserStatusAction.notOnPosition)
} else if (this.type === userModal.delete) { } else if (this.type === userModal.delete) {
LiveService.getInstance().delLive(this.currentRecord.uuid)
StaffService.getInstance() StaffService.getInstance()
.deleteStaff(this.id) .deleteStaff(this.id)
.then(() => { .then(() => {
......
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