删除无用代码

This commit is contained in:
shiziyuan9527 2020-07-01 14:04:31 +08:00
parent 5c04697c86
commit d592b687ff
1 changed files with 0 additions and 11 deletions

View File

@ -154,17 +154,6 @@
this.form = Object.assign({}, row);
},
editPassword(row) {
this.$get("ldap/test", res => {
console.log(res)
})
this.$get("ldap/find/admin", res => {
console.log(res)
})
this.$get("ldap/testUser", res => {
console.log(res)
})
this.editPasswordVisible = true;
},
updateUser(updateUserForm) {