fix : 修复阶段变更中抄送人员回显
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user