优化接单列表
This commit is contained in:
parent
e198a9be46
commit
fd9e0173c1
|
@ -221,7 +221,8 @@ export default {
|
||||||
})
|
})
|
||||||
.then((message) => {
|
.then((message) => {
|
||||||
this.$utils.toast(message).then(() => {
|
this.$utils.toast(message).then(() => {
|
||||||
this.switchTab(this.tabIndex);
|
this.$store.commit("system/refreshGet", true);
|
||||||
|
this.$utils.toPage("", {}, "back");
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
|
|
@ -151,6 +151,9 @@ export default {
|
||||||
currentTab.page = 1;
|
currentTab.page = 1;
|
||||||
currentTab.more = true;
|
currentTab.more = true;
|
||||||
currentTab.list = [];
|
currentTab.list = [];
|
||||||
|
uni.pageScrollTo({
|
||||||
|
scrollTop: 0,
|
||||||
|
});
|
||||||
this.loadData();
|
this.loadData();
|
||||||
},
|
},
|
||||||
setTabHeight() {
|
setTabHeight() {
|
||||||
|
|
Loading…
Reference in New Issue