This commit is contained in:
yanran200730
2022-08-01 14:24:33 +08:00
parent af109a9060
commit 988c3b4c91

View File

@@ -376,7 +376,7 @@
this.girdNames = res.data.girdNames.split(',')
}
this.dateForm.choiceTime = res.data.choiceTime
this.dateForm.choiceTime = ''
if (res.data.examines && res.data.examines.length) {
this.form.examines = res.data.examines.map(v => {
@@ -495,6 +495,8 @@
this.miniAppForm.mpPage = ''
this.miniAppForm.mpTitle = ''
this.dateForm.choiceTime = ''
this.isShowDate = false
},
removeFile (index) {
@@ -587,7 +589,7 @@
return this.$message.error('居民群数量不能为0')
}
if (sendType === 1 && !this.dateForm.choiceTime && !this.params.id) {
if (sendType === 1 && !this.dateForm.choiceTime) {
this.isShowDate = true
return false
}