30693
This commit is contained in:
		| @@ -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 | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user