qx
qx
2025-03-12 de1e77e83498b61740884b1ce83fd7a8e189e3fa
src/views/doctor/check/index.vue
@@ -1221,6 +1221,7 @@
          <div class="tab8">
            <div class="tab3">
              <el-form
              @submit.native.prevent
                :model="queryParam1"
                ref="tableList"
                :inline="true"
@@ -1583,8 +1584,9 @@
      } else {
        this.curindex = row;
        this.$refs.bbb.title = "选择检测结果";
        this.$refs.bbb.proId = row.proId;
        this.$refs.bbb.getList();
        // this.$refs.bbb.proId = row.proId;
        this.$refs.bbb.open = true;
        this.$refs.bbb.getList(this.curindex);
      }
    },
    handleChangesZt(params) {