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}`,