commit
This commit is contained in:
@@ -115,10 +115,6 @@ const apply = {
|
||||
this.$set(this.formData, "endTime", val.split('-')[1])
|
||||
},
|
||||
onSubmit() {
|
||||
if (!this.formData.applyTime) {
|
||||
this.$message.warning('未选择预约时间')
|
||||
return
|
||||
}
|
||||
this.$refs.formRef.validate((valid) => {
|
||||
if (valid) {
|
||||
this.$confirm("您确定要提交吗?", "提示", {
|
||||
|
||||
Reference in New Issue
Block a user