qx
2025-05-09 4ca1c8fe75a68488702895d3cd280df5c5a55adc
src/views/doctor/examination/index.vue
@@ -313,6 +313,7 @@
                size="mini"
                type="text"
                @click="yijian(scope.row)"
                v-if="yijiantype == N"
                >已检</el-button
              >
              <el-button
@@ -427,6 +428,7 @@
      selectedTjNumber: "",
      drawer: false,
      type: null,
      yijiantype: null,
      CompanyList: [],
      CheckBox: {},
      // 查询参数
@@ -749,6 +751,10 @@
        this.type = res.data;
      });
      getConfigKey("sfyccsyjan").then((res) => {
        this.yijiantype = res.msg;
      });
      cSWebGetPro(tjNumber).then((res) => {
        this.xiangmuList = res.data;
        this.xiangmuList.forEach((item) => {