删除无用代码
This commit is contained in:
parent
5c04697c86
commit
d592b687ff
|
@ -154,17 +154,6 @@
|
||||||
this.form = Object.assign({}, row);
|
this.form = Object.assign({}, row);
|
||||||
},
|
},
|
||||||
editPassword(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;
|
this.editPasswordVisible = true;
|
||||||
},
|
},
|
||||||
updateUser(updateUserForm) {
|
updateUser(updateUserForm) {
|
||||||
|
|
Loading…
Reference in New Issue