Prechádzať zdrojové kódy

重置密码增加phone字段

zhangliang2 2 rokov pred
rodič
commit
942378f013

+ 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 => {