|
@@ -83,8 +83,8 @@
|
|
|
<!-- prop="organizationName" -->
|
|
|
<el-form-item label="单位名称" prop="organizationName">
|
|
|
<el-select v-model="ruleForm.organizationName" filterable placeholder="请选择单位名称">
|
|
|
- <el-option v-for="item in companyDatas" :key="item.id" :label="item.shortName"
|
|
|
- :value="item.id">
|
|
|
+ <el-option v-for="item in companyDatas" :key="item.organizationId" :label="item.shortName"
|
|
|
+ :value="item.organizationId">
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -263,7 +263,7 @@ export default {
|
|
|
this.title = '修改考评规则'
|
|
|
this.evalradio = row
|
|
|
this.ruleForm = {
|
|
|
- organizationName: this.evalradio.id,
|
|
|
+ organizationName: this.evalradio.organizationId,
|
|
|
binSection: this.evalradio.binSection,
|
|
|
checkCycle: this.evalradio.checkCycle,
|
|
|
profit: this.evalradio.profit,
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
let params = {
|
|
|
- id: that.ruleForm.organizationName,
|
|
|
+ organizationId: that.ruleForm.organizationName,
|
|
|
organizationName: orgName,
|
|
|
// organizationId: '50264514',
|
|
|
// organizationName: '杭锦旗国电电力有限公司',
|