增加分销首页按钮开关切换接口请求

This commit is contained in:
YeMingfei666 2025-11-20 10:40:16 +08:00
parent 9c3357c618
commit b959758f79
1 changed files with 3 additions and 0 deletions

View File

@ -411,6 +411,9 @@ onReachBottom(() => {
getList();
}
});
watch(()=>distributionStore.config.isEnable,()=>{
distributionStore.editConfig()
})
onShow(() => {
pageNum.value = 1;
getList();