优化接单列表
This commit is contained in:
parent
e198a9be46
commit
fd9e0173c1
|
@ -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) => {
|
||||
|
|
|
@ -151,6 +151,9 @@ export default {
|
|||
currentTab.page = 1;
|
||||
currentTab.more = true;
|
||||
currentTab.list = [];
|
||||
uni.pageScrollTo({
|
||||
scrollTop: 0,
|
||||
});
|
||||
this.loadData();
|
||||
},
|
||||
setTabHeight() {
|
||||
|
|
Loading…
Reference in New Issue