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

Commit a96c6616 by 李严凡

创建任务提示

parent 5690afa1
......@@ -563,18 +563,26 @@
})
},
submitForm(formName) {
this.axios({
method:"post",
url:'/task/createTask',
data:{
userId: this.userInfo.userId,
taskName: this.taskName,
task: this.dynamicValidateForm,
taskId : this.taskId,
}
}).then(res=>{
alert("ifif");
}),
setTimeout(()=>{
this.axios({
method:"post",
url:'/task/createTask',
data:{
userId: this.userInfo.userId,
taskName: this.taskName,
task: this.dynamicValidateForm,
taskId : this.taskId,
}
}).then(res=>{
console.log(res);
if(res.code == 1){
alert("任务创建成功");
this.$router.push({path: '/PublishTask'});
}
else
alert("创建任务失败请重新创建");
})
},50)
// this.axios({
// method:'post',
// url:"/task/createTask",
......@@ -594,8 +602,6 @@
// // 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
参加过一次软院心理讲座,但是未录入
有博雅记录的一共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