|
|
|
@ -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) {
|
|
|
|
|