WXL (wul)
15 小时以前 30898b3fcc871f58f0d49200bd50de30cd6b12ad
src/views/patient/patient/physical.vue
@@ -779,7 +779,10 @@
    resetQuery() {
      this.dateRange = [];
      this.resetForm("queryForm");
      this.$refs.tree.setCurrentKey(null);
      this.queryParams= {
        pageNum: 1,
        pageSize: 10,
      },
      this.handleQuery();
    },
    // 多选框选中数据
@@ -950,6 +953,6 @@
  }
}
.button-textsc {
  color: #28cfe6;
  color: #3664D9;
}
</style>