Commit ffe3632f authored by qinj's avatar qinj

loading

parent 8552cd79
...@@ -451,6 +451,7 @@ export default { ...@@ -451,6 +451,7 @@ export default {
this.$message.success('提交成功!') this.$message.success('提交成功!')
this.handleClickGoBack() this.handleClickGoBack()
}else{ }else{
this.loading=false
this.$message.error('提交失败!') this.$message.error('提交失败!')
} }
}) })
......
...@@ -537,6 +537,7 @@ export default { ...@@ -537,6 +537,7 @@ export default {
this.$message.success('提交成功!') this.$message.success('提交成功!')
this.handleClickGoBack() this.handleClickGoBack()
}else{ }else{
this.loading=false
this.$message.error('提交失败!') this.$message.error('提交失败!')
} }
}) })
......
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