This commit is contained in:
parent
7c1396de44
commit
a6f0415cf5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue