quanyawei
2023-10-08 836c8c17007532540a503197a433f5d8c9a0f198
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() {