Merge branch 'master' of https://git-fy.cn/WxxyDeveloper/JSL_OrganizeInternalOAWeb
This commit is contained in:
commit
ee58d2ad3c
|
@ -580,6 +580,21 @@ const projectWorkGet = (data,token) => {
|
|||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 得到tag列表
|
||||
* @param token
|
||||
*/
|
||||
const getTagsProjectList = (token) =>{
|
||||
return axios({
|
||||
url:api+ "/tags/project/list",
|
||||
method: "get",
|
||||
headers:{
|
||||
'Authorization':'Bearer '+token,
|
||||
'Timestamp': getCurrentTimestamp()
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
|
||||
|
@ -622,6 +637,8 @@ export default {
|
|||
projectWorkGet,
|
||||
|
||||
|
||||
messageGet
|
||||
messageGet,
|
||||
|
||||
getTagsProjectList
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user