|
@@ -77,9 +77,7 @@ type MakeTrack = (
|
|
|
// eslint-disable-next-line vue/no-setup-props-destructure
|
|
|
const {
|
|
|
hasMarkResultToRender = false,
|
|
|
- makeTrack = () => {
|
|
|
- console.debug("非评卷界面makeTrack没有意义");
|
|
|
- },
|
|
|
+ makeTrack = () => console.debug("非评卷界面makeTrack没有意义"),
|
|
|
} = defineProps<{
|
|
|
hasMarkResultToRender?: boolean;
|
|
|
makeTrack?: MakeTrack;
|