This commit is contained in:
hupeng
2020-04-06 23:19:51 +08:00
parent cbe0a6f592
commit b944b2b2d1
42 changed files with 373 additions and 130 deletions

View File

@ -22,3 +22,10 @@ export function edit(data) {
data
})
}
export function get() {
return request({
url: 'api/yxSystemGroupData',
method: 'get'
})
}