fix : 修复阶段变更中抄送人员回显

This commit is contained in:
2024-06-14 23:26:38 +08:00
parent 532ef440ce
commit 73313a1532
4 changed files with 11 additions and 15 deletions

View File

@@ -35,7 +35,7 @@
<el-col :span="24">
<el-form-item label="所属公司" prop="companyIds" class="tree-select">
<div>{{ getName(companyList) }}</div>
<el-button @click="showCompany">{{companyList.length===0?'请选择':'更改'}}</el-button>
<el-button color="#DED0B2" @click="showCompany">{{companyList.length===0?'请选择所属公司':'更改'}}</el-button>
<!-- <el-tree-select v-model="formData.companyIds" :data="companyOption"-->
<!-- filterable clearable :check-strictly="true" multiple/>-->
</el-form-item>