优化订单列表刷新问题
This commit is contained in:
parent
55ab5e62c1
commit
5a298b4254
|
@ -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() {},
|
||||
|
|
Loading…
Reference in New Issue