Skip to content

Commit 759e7ae

Browse files
committed
fix: bug fix
1 parent 97dde02 commit 759e7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/user/User.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
setButtonRef(el, scope.row)
117117
}
118118
"
119-
v-click-outside="onClickOutside(scope.row)"
119+
v-click-outside="() => onClickOutside(scope.row)"
120120
class="action-btn"
121121
size="16"
122122
>

0 commit comments

Comments
 (0)