|
|
|
@ -91,6 +91,7 @@ |
|
|
|
import { |
|
|
|
RecordListApi, |
|
|
|
RecordInfoApi, |
|
|
|
RecordListDeleteApi |
|
|
|
} from "../api/deepExploration/deepExploration"; |
|
|
|
import { ref, onMounted, computed } from "vue"; |
|
|
|
import { useDeepExplorationStore } from "../stores/modules/deepExploration"; |
|
|
|
@ -141,7 +142,8 @@ const openHistoryDrawer = async () => { |
|
|
|
|
|
|
|
const clearAllHistory = () => { |
|
|
|
historyList.value = []; |
|
|
|
|
|
|
|
RecordListDeleteApi({ |
|
|
|
}) |
|
|
|
// uni.setStorageSync("search_history", []); |
|
|
|
}; |
|
|
|
|
|
|
|
|