WXL
2025-03-20 ffb5cf79a2d5d7603cb97e79bd04f598eceb0352
src/views/patient/patient/index.vue
@@ -207,8 +207,12 @@
                align="center"
                key="age"
                prop="age"
                width="60"
              />
                width="160"
              >   <template slot-scope="scope">
              <span v-if="scope.row.age">{{ scope.row.age }}{{scope.row.ageUnit }}</span><span v-if="scope.row.age2">{{ scope.row.age2 }}{{scope.row.ageUnit2 }}</span>
            </template>
          </el-table-column>
              <el-table-column
                label="出生年月"
                align="center"
@@ -963,7 +967,7 @@
        allhosp: "1",
        pageSize: 10,
        searchscope: 2,
        tagname:'',
        tagname: "",
        idcardno: undefined,
        name: undefined,
        status: undefined,
@@ -1115,12 +1119,12 @@
    /** 重置按钮操作 */
    resetQuery() {
      this.dateRange = [];
      this.queryParams= {
      (this.queryParams = {
        pageNum: 1,
        allhosp: "1",
        pageSize: 10,
        searchscope: 2,
      },
      }),
      this.handleQuery();
    },
    // 多选框选中数据
@@ -1201,7 +1205,6 @@
      });
    },
    RiskService() {
      this.RiskObj.visitFlag = this.Risklist.join(", ");
      this.RiskObj.visitType = this.Riskradio;
      alterpatient(this.RiskObj).then((res) => {