WXL
2025-03-20 ffb5cf79a2d5d7603cb97e79bd04f598eceb0352
src/views/patient/patient/physical.vue
@@ -241,13 +241,13 @@
            prop="hospitalname"
            width="120"
          />
          <el-table-column
          <!-- <el-table-column
            label="医生"
            align="center"
            key="drname"
            prop="drname"
            width="120"
          />
          /> -->
          <el-table-column
            label="就诊时间"
@@ -771,8 +771,10 @@
    /** 重置按钮操作 */
    resetQuery() {
      this.dateRange = [];
      this.resetForm("queryForm");
      this.$refs.tree.setCurrentKey(null);
      this.queryParams= {
        pageNum: 1,
        pageSize: 10,
      },
      this.handleQuery();
    },
    // 多选框选中数据
@@ -858,7 +860,7 @@
    /** 下载模板操作 */
    importTemplate() {
      this.download(
        "system/user/importTemplate",
        "smartor/import/getImportPatTemplate",
        {},
        `user_template_${new Date().getTime()}.xlsx`
      );