浏览代码

重置密码增加phone字段

zhangliang2 2 年之前
父节点
当前提交
942378f013
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 => {