WXL
5 天以前 e946f915cb2f35ed8b9553bcc8a11b63527937aa
src/views/patient/patient/outpatient.vue
@@ -55,6 +55,7 @@
                v-model="pickertime"
                type="daterange"
                range-separator="至"
                value-format="yyyy-MM-dd"
                start-placeholder="开始日期"
                end-placeholder="结束日期"
              >
@@ -603,8 +604,8 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.queryParams.starttime=pickertime[0];
      this.queryParams.endtime=pickertime[1];
      this.queryParams.starttime=this.pickertime[0];
      this.queryParams.endtime=this.pickertime[1];
      this.getList();
    },
    /** 重置按钮操作 */