左侧列表权限受控,修改备注

This commit is contained in:
zhangsir
2024-05-13 19:00:32 +08:00
parent 2069cadc5c
commit 095f661918
6 changed files with 39 additions and 8 deletions

View File

@@ -441,6 +441,10 @@ const props = defineProps({
type: Object,
default: () => ({}),
},
remarksTrue: {
type: Boolean,
default: false,
}
});
const { loading: stuAsyncLoading, start } = useAsyncStu(props.id, props.type, getStuList);