fix:箭头的选中状态 #172

Merged
zhaohui merged 1 commits from fix/change_task into test 2 years ago

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

Loading…
Cancel
Save