Explorar el Código

重置密码增加phone字段

zhangliang2 hace 2 años
padre
commit
942378f013
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/systemManagement/editAccount.vue

+ 1 - 0
src/views/systemManagement/editAccount.vue

@@ -237,6 +237,7 @@ export default {
                 url: this.$api.systemManagement.saveDefaultPassword,
                 data: {
                     id: this.form.id,
+                    phone: this.form.phone,
                     username: this.form.username
                 }
             }).then(res => {