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

Commit 9d9dc147 by 李严凡

功能修改

parent ef7afb77
......@@ -372,7 +372,7 @@
this.taskId = this.$route.params.taskId,
this.axios({
method:'post',
data:{
params:{
taskId: this.$route.params.taskId,
},
url:'task/getTaskDetail'
......@@ -381,7 +381,6 @@
alert('无法修改任务');
}
else{
// alert(res.data.taskId);
this.dynamicValidateForm.domains = res.data.domains;
// this.dynamicValidateForm.domains[0].pvalue = '1';
this.dynamicValidateForm.pictureDomains = res.data.pictureDomains;
......@@ -534,7 +533,7 @@
},
url:'/files/delFile',
}).then(res=>{
if(res.data == 0){
if(res.code == 0){
alert("文件删除失败");
}
})
......@@ -558,15 +557,15 @@
},
url:'/files/delFile',
}).then(res=>{
if(res.data == 0){
if(res.code == 0){
alert("文件删除失败");
}
})
},
submitForm(formName) {
this.axios({
method:'post',
url:"/task/createTask",
method:"post",
url:'/task/createTask',
data:{
userId: this.userInfo.userId,
taskName: this.taskName,
......@@ -574,13 +573,29 @@
taskId : this.taskId,
}
}).then(res=>{
if(res.code == 1){
self.$router.push({path: '/releaseTask'});
}
else{
alert("上传失败");
}
})
alert("ifif");
}),
// this.axios({
// method:'post',
// url:"/task/createTask",
// data:{
// userId: this.userInfo.userId,
// taskName: this.taskName,
// task: this.dynamicValidateForm,
// taskId : this.taskId,
// }
// }).then(res=>{
// // alert("创建成功");
// // if(res.code == 1){
// // alert("创建任务成功");
//
// // }
// // else{
// // alert("上传失败");
// // }
// });
alert("任务创建成功");
this.$router.push({path: '/PublishTask'});
},
resetForm(formName) {
this.$refs[formName].resetFields();
......
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
参加过一次软院心理讲座,但是未录入
有博雅记录的一共4次
总共5次博雅
\ No newline at end of file
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