优化订单列表刷新问题

This commit is contained in:
TOP糯米 2023-03-30 10:14:32 +08:00
parent 55ab5e62c1
commit 5a298b4254
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ export default {
this.action.item4 = data.order4;
});
this.$store.commit("system/refreshGet", true);
this.$store.commit("system/refreshOrder", true);
},
onReady() {},
onReachBottom() {},