WXL (wul)
4 天以前 c7d2e3c1e8fa0cda3da1e8cd1daad0b88264af5a
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>