WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
src/views/patient/patient/index.vue
@@ -1027,6 +1027,7 @@
        pageNum: 1,
        allhosp: "1",
        pageSize: 10,
        notrequiredFlag:0,
        searchscope: 2,
        idcardno: undefined,
        name: undefined,
@@ -1179,8 +1180,18 @@
    /** 重置按钮操作 */
    resetQuery() {
      this.dateRange = [];
      this.resetForm("queryForm");
      this.$refs.tree.setCurrentKey(null);
      this.queryParams= {
        pageNum: 1,
        allhosp: "1",
        pageSize: 10,
        notrequiredFlag:0,
        searchscope: 2,
        idcardno: undefined,
        name: undefined,
        status: undefined,
        tagIds: undefined,
        telcode: undefined,
      },
      this.handleQuery();
    },
    // 多选框选中数据