整合文件
This commit is contained in:
parent
8fea094cd4
commit
1db678cb87
@ -513,7 +513,7 @@ const projectGet =(data, token) => {
|
|||||||
const queryTags = `tags=${encodedTags.join('&tags=')}`;
|
const queryTags = `tags=${encodedTags.join('&tags=')}`;
|
||||||
const queryIsFinish = `isFinish=${encodedIsFinish.join('&isFinish=')}`;
|
const queryIsFinish = `isFinish=${encodedIsFinish.join('&isFinish=')}`;
|
||||||
return axios({
|
return axios({
|
||||||
url:api+ `/project/get/${queryTags}&${queryIsFinish}`,
|
url:api+ `/project/get?${queryTags}&${queryIsFinish}`,
|
||||||
method: "get",
|
method: "get",
|
||||||
headers:{
|
headers:{
|
||||||
'Authorization':'Bearer '+token,
|
'Authorization':'Bearer '+token,
|
||||||
|
@ -254,7 +254,7 @@ const handleCardClick=(id)=>{
|
|||||||
|
|
||||||
const setupProj=()=>{
|
const setupProj=()=>{
|
||||||
|
|
||||||
request.projectGet(token,url).then(res=>{
|
request.projectGet(data, token).then(res=>{
|
||||||
console.log("res",res)
|
console.log("res",res)
|
||||||
projList.value=res.data.data
|
projList.value=res.data.data
|
||||||
for (let i = 0; i < projList.value.length; i++) {
|
for (let i = 0; i < projList.value.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user