fix:漏改补充

This commit is contained in:
wangwenrui
2021-04-22 17:46:23 +08:00
parent a28548cb39
commit 0f3d03cee0

View File

@@ -165,7 +165,7 @@
if (this.prevent_opt.save) { return } ; if (this.prevent_opt.save) { return } ;
this.prevent_opt.save = true this.prevent_opt.save = true
this.$refs.userForm.validate((valid) => { this.$refs.roleForm.validate((valid) => {
if (valid) { if (valid) {
if (this.editRole.id) { if (this.editRole.id) {
this.$put(this.url, this.editRole).then(res => { this.$put(this.url, this.editRole).then(res => {