Explorar o código

重置密码增加phone字段

zhangliang2 %!s(int64=2) %!d(string=hai) anos
pai
achega
942378f013
Modificáronse 1 ficheiros con 1 adicións e 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 => {