Parcourir la source

重置密码增加phone字段

zhangliang2 il y a 2 ans
Parent
commit
942378f013
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 => {