学年管理-模块标签开发
This commit is contained in:
@@ -75,3 +75,12 @@ export function delYear(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
//为学年分配标签
|
||||
export function assignTag(yearId,tag){
|
||||
return request({
|
||||
url:`/system/year/${yearId}/assign-tag`,
|
||||
method: 'post',
|
||||
params:{ tag: tag }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user