文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit d5efa526 by 李严凡

api

parent 55afe13f
......@@ -490,11 +490,11 @@
// }
layerDomains:[],
dataFormList:[
{
id:1,
time:"2020.8.10",
num:"123"
},
// {
// id:1,
// time:"2020.8.10",
// num:"123"
// },
],
// {
......@@ -569,7 +569,7 @@
// })
this.axios({
method:'get',
url:'/dataset/getDataFormList',
url:'/api/dataset/getDataFormList',
data:{
userId: this.userInfo.userId
}
......@@ -1130,7 +1130,7 @@
createDataToTask(id){
this.axios({
method:'post',
url:'/dataset/postDataFormList',
url:'/api/dataset/postDataFormList',
data:{
userId:this.userInfo.userId,
id:id
......@@ -1149,7 +1149,7 @@
})
}
})
alert(id)
// alert(id)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment