fix: bug

This commit is contained in:
杨航
2025-09-04 18:07:08 +08:00
parent 4ce70faa22
commit 42af736ff7
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@
const historyPopupRef = ref()
const historyList = ref([])
const open = () => {
historyList.value = []
openFeedback(true)
}
const close = () => {