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