diff --git a/pageMarket/distribution/index.vue b/pageMarket/distribution/index.vue index 4df1347..cf04dac 100644 --- a/pageMarket/distribution/index.vue +++ b/pageMarket/distribution/index.vue @@ -411,6 +411,9 @@ onReachBottom(() => { getList(); } }); +watch(()=>distributionStore.config.isEnable,()=>{ + distributionStore.editConfig() +}) onShow(() => { pageNum.value = 1; getList();