zhanghua
2022-11-16 cc9ddf2ecaf3ad935374f49c842227f7eb15779d
src/views/operate/message/mycontrol/update/index.vue
@@ -58,16 +58,13 @@
        }
    },
    created() {
        console.log(this.info);
        this.role = JSON.parse(JSON.stringify(this.info)) ;
    },
    methods: {
        handleUser() {
            this.$refs['user'].validate((valid) => {
                console.log(valid);
                if (valid) {
                    const { role } = this;
                    console.log(role);
                    this.$axios({
                        method: 'post',
                        url: `sccg/message_column/update/${role.id}`,