“dzb”
2022-10-17 0d7d6fc9a5c40ccc90190b0f24039ec1362f120f
src/views/operate/fivepack/shop/components/createUser/index.vue
@@ -142,7 +142,7 @@
        }
    },
    created() {
        const that = this;
        this.getCodeList();
    },
    methods: {
        handleUser() {
@@ -184,6 +184,16 @@
        },
        handleBack(){
            this.$emit('sendDialog',{flag:false})
        },
        // 获取字典
        getCodeList(){
            this.$axios({
                method:'get',
                url:'sccg/dict/queryByCode?code='+"03"
            })
            .then(res=>{
                console.log(res);
            })
        }
    },
    props: ['sendDialog']