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 | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue
index 39be021..437e4e6 100644
--- a/src/views/project/donatebaseinfo/index.vue
+++ b/src/views/project/donatebaseinfo/index.vue
@@ -64,9 +64,9 @@
</el-row>
<el-row :gutter="8">
<el-col :span="5">
- <el-form-item label="鎹愮尞杩涘害" prop="recordstate">
+ <el-form-item label="鎹愮尞杩涘害" prop="workflow">
<el-select
- v-model="queryParams.recordstate"
+ v-model="queryParams.workflow"
placeholder="璇烽�夋嫨褰撳墠杩涘害"
clearable
size="small"
@@ -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