@ -88,9 +88,7 @@
let $then = (res) => {
this.$emit('onUpdate')
this.$message.success(res.msg)
setTimeout(() => {
this.$refs.popover.spinnerLoading = false
}, 800)
}
let $catch = (e) => {
@ -144,9 +144,7 @@
this.store.dispatch(`security/${this.item ? 'updateQueue' : 'createQueue'}`, param).then(res => {
}).catch(e => {
this.$message.error(e.msg || '')
@ -268,9 +268,7 @@
this.store.dispatch(`security/${this.item ? 'updateUser' : 'createUser'}`, param).then(res => {
this.$emit('onUpdate', param)