20200706-zlp-1

主题整合学习
This commit is contained in:
paidaxing444
2020-07-06 17:31:44 +08:00
parent bea86efad9
commit 2ed9ffa3ad
10 changed files with 486 additions and 3 deletions

View File

@ -9,6 +9,14 @@ export function listTheme(query) {
})
}
// 查询流程下拉树结构
export function treeselect() {
return request({
url: '/benyi/theme/treeselect',
method: 'get'
})
}
// 查询主题整合详细
export function getTheme(id) {
return request({