Merge pull request 'fix:箭头的选中状态' (#172) from fix/change_task into test

Reviewed-on: #172
pull/173/head
赵辉 2 years ago
commit 68eee1a809

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

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

Loading…
Cancel
Save