From 21ead72243112d675806161b5125d185d5c4f443 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 12 三月 2024 16:27:59 +0800 Subject: [PATCH] 11 --- src/views/project/donatebaseinfo/index.vue | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue index 360fcb0..437e4e6 100644 --- a/src/views/project/donatebaseinfo/index.vue +++ b/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(); + // }); }); }, /** 鎻愪氦鎸夐挳 */ -- Gitblit v1.9.3