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

Commit a96c6616 by 李严凡

创建任务提示

parent 5690afa1
...@@ -563,6 +563,7 @@ ...@@ -563,6 +563,7 @@
}) })
}, },
submitForm(formName) { submitForm(formName) {
setTimeout(()=>{
this.axios({ this.axios({
method:"post", method:"post",
url:'/task/createTask', url:'/task/createTask',
...@@ -573,8 +574,15 @@ ...@@ -573,8 +574,15 @@
taskId : this.taskId, taskId : this.taskId,
} }
}).then(res=>{ }).then(res=>{
alert("ifif"); 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