| | |
| | | <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> |
| | |
| | | // reporttime: null, |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | | form: { |
| | | rhyin:'0' |
| | | }, |
| | | //ads |
| | | reporters: [], |
| | | users: [], |
| | |
| | | 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 = "人体器官潜在捐献者登记表"; |
| | | }, |
| | |
| | | this.open = true; |
| | | this.title = "人体器官潜在捐献者登记表"; |
| | | this.form.recordstate = 99; |
| | | this.$nextTick(function() { |
| | | this.$refs.annex.getAnnexList(); |
| | | }); |
| | | // this.$nextTick(function() { |
| | | // this.$refs.annex.getAnnexList(); |
| | | // }); |
| | | }); |
| | | }, |
| | | /** 提交按钮 */ |