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

Commit 97f1c524 by 李景熙

get params

parent 710318a2
......@@ -570,12 +570,12 @@
this.axios({
method:'get',
url:'/dataset/getDataFormList',
data:{
params:{
userId: this.userInfo.userId
}
}).then(res=>{
if(res.code == 1){
this.dataFormList = res.data.dataFormList
this.dataFormList = res.data
}
else{
alert("获取数据单列表失败")
......@@ -1141,6 +1141,7 @@
type:'info',
message:'创建成功'
})
this.$router.push({path: '/PublishTask'});
}
else{
this.$message({
......
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