跳转 已完成工单

This commit is contained in:
shidongli 2023-10-24 16:20:14 +08:00
parent 4fe480f12e
commit a57a9c7516

View File

@ -254,7 +254,13 @@
})
},
tabschange(index) {
console.log(index)
this.tabscurrent = index;
if(this.tabscurrent==2){
uni.navigateTo({
url:'/pages/Completedwork/Completedwork'
})
}
this.query.orderStatus = this.tabslist[index].value
this.optionname = '全部'
this.info();