优化接单列表

This commit is contained in:
TOP糯米 2023-03-30 21:55:58 +08:00
parent e198a9be46
commit fd9e0173c1
2 changed files with 5 additions and 1 deletions

View File

@ -221,7 +221,8 @@ export default {
})
.then((message) => {
this.$utils.toast(message).then(() => {
this.switchTab(this.tabIndex);
this.$store.commit("system/refreshGet", true);
this.$utils.toPage("", {}, "back");
});
})
.catch((e) => {

View File

@ -151,6 +151,9 @@ export default {
currentTab.page = 1;
currentTab.more = true;
currentTab.list = [];
uni.pageScrollTo({
scrollTop: 0,
});
this.loadData();
},
setTabHeight() {