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

Commit a96c6616 by 李严凡

创建任务提示

parent 5690afa1
...@@ -563,18 +563,26 @@ ...@@ -563,18 +563,26 @@
}) })
}, },
submitForm(formName) { submitForm(formName) {
this.axios({ setTimeout(()=>{
method:"post", this.axios({
url:'/task/createTask', method:"post",
data:{ url:'/task/createTask',
userId: this.userInfo.userId, data:{
taskName: this.taskName, userId: this.userInfo.userId,
task: this.dynamicValidateForm, taskName: this.taskName,
taskId : this.taskId, task: this.dynamicValidateForm,
} taskId : this.taskId,
}).then(res=>{ }
alert("ifif"); }).then(res=>{
}), console.log(res);
if(res.code == 1){
alert("任务创建成功");
this.$router.push({path: '/PublishTask'});
}
else
alert("创建任务失败请重新创建");
})
},50)
// this.axios({ // this.axios({
// method:'post', // method:'post',
// url:"/task/createTask", // url:"/task/createTask",
...@@ -594,8 +602,6 @@ ...@@ -594,8 +602,6 @@
// // alert("上传失败"); // // alert("上传失败");
// // } // // }
// }); // });
alert("任务创建成功");
this.$router.push({path: '/PublishTask'});
}, },
resetForm(formName) { resetForm(formName) {
this.$refs[formName].resetFields(); 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