@@ -168,7 +168,7 @@ export default {
this.$nextTick(() => {
this.$refs.popup.open()
this.disabled = true
- this.getList()
+ this.setUserInfo()
})
},