11
WXL
2024-03-12 21ead72243112d675806161b5125d185d5c4f443
src/views/project/donatebaseinfo/index.vue
@@ -566,7 +566,7 @@
                  <el-radio
                    v-for="dict in dict.type.sys_bloodtype_rhd"
                    :key="dict.value"
                    :label="dict.value"
                    :label="dict.label"
                    >{{ dict.label }}</el-radio
                  >
                </el-radio-group>
@@ -1014,7 +1014,9 @@
        // reporttime: null,
      },
      // 表单参数
      form: {},
      form: {
        rhyin:'0'
      },
      //ads
      reporters: [],
      users: [],
@@ -1573,9 +1575,9 @@
      this.showSaveBtn = true;
      //this.$refs.annex.getAnnexList();
      this.open = true;
      this.$nextTick(function() {
        this.$refs.annex.getAnnexList();
      });
      // this.$nextTick(function() {
      //   this.$refs.annex.getAnnexList();
      // });
      this.title = "人体器官潜在捐献者登记表";
    },
@@ -1644,9 +1646,9 @@
        this.open = true;
        this.title = "人体器官潜在捐献者登记表";
        this.form.recordstate = 99;
        this.$nextTick(function() {
          this.$refs.annex.getAnnexList();
        });
        // this.$nextTick(function() {
        //   this.$refs.annex.getAnnexList();
        // });
      });
    },
    /** 提交按钮 */