|
|
@ -278,7 +278,7 @@ import {
|
|
|
|
update
|
|
|
|
update
|
|
|
|
} from '@/api/user/user'
|
|
|
|
} from '@/api/user/user'
|
|
|
|
import stringify from '@/utils/stringify'
|
|
|
|
import stringify from '@/utils/stringify'
|
|
|
|
import { throttle } from '@/utils'
|
|
|
|
// import { throttle } from '@/utils'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: 'User',
|
|
|
|
name: 'User',
|
|
|
@ -346,7 +346,8 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
beforeDestroy() {
|
|
|
|
beforeDestroy() {
|
|
|
|
this.sockets.unsubscribe('add')
|
|
|
|
this.sockets.unsubscribe('add')
|
|
|
|
this.handleCancel()
|
|
|
|
// this.handleCancel()
|
|
|
|
|
|
|
|
this.handleFaceCancel()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
getModelList() {
|
|
|
|
getModelList() {
|
|
|
|