This commit is contained in:
2025-08-28 11:29:13 +08:00
parent 142549e77b
commit 6ed230e78f
@@ -36,6 +36,18 @@ const businessTool = {
} }
}) })
}, },
listCLubByRole() {
return commonUtil
.axiosService()
.post("/platform/club/common/listClubByRole", {})
.then((resp) => {
if (resp.code === 0) {
return resp.data
} else {
return []
}
})
},
/** /**
* 获取字典数据,不包含禁用 * 获取字典数据,不包含禁用
* @param code * @param code