提交 b63cd59f 编写于 作者: huangwensu's avatar huangwensu

预约时间加限制

上级 a16011ff
...@@ -312,7 +312,7 @@ export default { ...@@ -312,7 +312,7 @@ export default {
this.$refs.timeForm.validate((valid) => { this.$refs.timeForm.validate((valid) => {
if(valid) { if(valid) {
if(this.beginFlag || this.endFlag) { if(this.beginFlag || this.endFlag) {
return; return
} }
this.loading = true this.loading = true
this.POST('/diagnose/admin/diagnose/appointTime', this.timeForm).then(res => { this.POST('/diagnose/admin/diagnose/appointTime', this.timeForm).then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册