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']