src/views/operate/baseSetting/illegalBuild/updateUser/index.vue
@@ -44,7 +44,6 @@ } }, created() { console.log(this.userInfo); this.things = JSON.parse(JSON.stringify(this.userInfo)); // 获取所属类型列表 this.getTypeFirst(); @@ -61,7 +60,7 @@ }) } }, props: ['userInfo', 'updateFlag', 'getUserList', 'changeDialog'] props: ['userInfo', 'updateFlag', 'changeDialog'] } </script> <style lang="scss" scoped>