This commit is contained in:
hayu 2025-10-22 17:45:30 +08:00
parent 7c1396de44
commit a6f0415cf5
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
}
const handleItem = item => {
uni.navigateTo({
url: `/pages/expectations/detail?item=${JSON.stringify(item)}&useStatus= ${active.value}`
url: `/pages/expectations/detail?item=${JSON.stringify(item)}&useStatus=${active.value}`
})
}
const finish = computed(() => total.value === tableList.value.length)