From 4f9b729dac1bc53bb1d0ddf43cf8c60ff5cdd8b7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 07 九月 2023 16:28:35 +0800
Subject: [PATCH] 11
---
src/views/project/fund/applyDetail/index.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index e06d0bc..75c043e 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -423,7 +423,7 @@
plain
@click="ShowDetailDialog(scope, 'expert')"
>{{
- scope.row.unitname
+ experthear == "expert"
? scope.row.unitname
: scope.row.beneficiaryname
}}</el-button
@@ -896,8 +896,9 @@
<el-col :span="24" v-if="experthear == 'expert'">
<el-form-item label="鍗曚綅鍚嶇О" prop="unitno" label-width="120px">
<el-select
- v-model="funddetailForm.unitno"
+ v-model="funddetailForm.unitname"
placeholder="鍗曚綅鍚嶇О"
+ @change="bbaaccss"
clearable
filterable
allow-create
@@ -907,7 +908,7 @@
v-for="(spec, index) in unitList"
:key="index"
:label="spec.organizationname"
- :value="spec.organizationid"
+ :value="spec.organizationname"
></el-option>
</el-select>
</el-form-item>
@@ -3246,9 +3247,10 @@
}
}
- if (this.experthear == "unit") {
- singleDetail.unitname = "";
- }
+ // if (this.experthear == "unit") {
+ // singleDetail.unitname = "";
+ // }
+ singleDetail.unitname = this.funddetailForm.unitname;
console.log(this.funddetailForm);
this.rbDetails[tempIndex] = singleDetail;
this.showSelectionDialog = false;
--
Gitblit v1.9.3