增加分销首页按钮开关切换接口请求
This commit is contained in:
parent
9c3357c618
commit
b959758f79
|
|
@ -411,6 +411,9 @@ onReachBottom(() => {
|
|||
getList();
|
||||
}
|
||||
});
|
||||
watch(()=>distributionStore.config.isEnable,()=>{
|
||||
distributionStore.editConfig()
|
||||
})
|
||||
onShow(() => {
|
||||
pageNum.value = 1;
|
||||
getList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue