fix(项目设置): 修复用户组权限不能保存

This commit is contained in:
RubyLiu 2023-11-01 17:44:22 +08:00 committed by 刘瑞斌
parent 6aa377e7d1
commit b6bb29e47d
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,8 @@
});
defineExpose({
canSave,
handleSave,
handleReset,
});
</script>