odc.xiaohui
2022-12-15 61f9745da5195ee188ea0a529e5f2113e6e930cd
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>