This commit is contained in:
2024-02-19 16:56:07 +08:00
parent f96dccb8c8
commit abe3126e89
2 changed files with 108 additions and 2 deletions

View File

@@ -94,4 +94,11 @@ export default{
method: 'GET'
})
},
// 查询企业配置
getCompanyConfigByCompanyId(id) {
return request({
url: `/${service_name}/sysCompanyConfig/getCompanyConfigByCompanyId/${id}`,
method: 'GET'
})
},
}