zhanghua
2022-12-21 02fbad0abac2692f8df1fa67b88f8995ab27db19
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>