qx
qx
2025-03-12 c140987b3ef6fd47e3b795fc3a2c6f880f49f9c2
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) {