11
WXL
2023-09-07 4f9b729dac1bc53bb1d0ddf43cf8c60ff5cdd8b7
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;