src/views/system/userinfo.vue @@ -32,6 +32,7 @@ methods: { handleSubmit(form, done) { if (this.index === 0) { form.name = form.realName updateInfo(form).then( res => { if (res.data.success) {