|
@@ -53,7 +53,7 @@ type HistoryTask = ExtractArrayValue<ExtractApiResponse<'getMarkHistory'>>
|
|
|
const markHistoryList = ref<any>([])
|
|
|
const getMarkHistory = async () => {
|
|
|
let res = await useFetch('getMarkHistory').fetch()
|
|
|
- markHistoryList.value = res.enableRemark ? res.markHistoryList : []
|
|
|
+ markHistoryList.value = res.markHistoryList
|
|
|
}
|
|
|
|
|
|
const props = defineProps<{ modelValue: boolean }>()
|