src/views/toCarryOutLegislativeReforms/components/queryForm.vue
@@ -140,10 +140,6 @@ }) }, onSubmit() { if (this.valueTime.length > 0) { this.formData.endTime = this.valueTime[1] this.formData.startTime = this.valueTime[0] } this.$emit('handleSearch', this.formData) }, handleAdd() {