Commit c1d18c97 authored by huangjie's avatar huangjie

*

parent a4d36f93
......@@ -109,8 +109,8 @@
this.value = ""
},
add(){
if(this.queryParam.task == '')
return false
if(this.queryParam.task == '' || this.queryParam.finishTime == '')
return this.$message.warning('时间和内容需填写完整!')
addGZDB(this.queryParam).then(result=>{
if(result.code == 200){
this.$message.success("添加成功!")
......
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