fix:箭头的选中状态

pull/172/head
lihui_ocr 2 years ago
parent eec8ad7573
commit 732d41db11

@ -49,7 +49,7 @@ export const useTaskStore = defineStore({
back() {
if (this.currentIndex === 0)
return
this.setActive(--this.currentIndex)
},
async fetchApprovalList(pagination) {

@ -76,7 +76,7 @@ async function fetchList() {
watch(
() => taskStore.activeId,
(newVal) => {
// activeId.value = newVal
activeId.value = newVal
},
)

Loading…
Cancel
Save