|
@@ -10,7 +10,7 @@
|
|
|
<el-col :span="16" class="button-group">
|
|
|
<div class="select-search right">
|
|
|
<el-cascader
|
|
|
- v-model="conditions.reviewGroupId"
|
|
|
+ v-model="conditions.rectifyGroupId"
|
|
|
:options="treeData"
|
|
|
:props="{ checkStrictly: true, emitPath: false }"
|
|
|
style="min-width: 160px"
|
|
@@ -24,7 +24,7 @@
|
|
|
<span v-if="!node.isLeaf"> ({{ data.children.length }}) </span>
|
|
|
</template>
|
|
|
</el-cascader>
|
|
|
- <el-select v-model="conditions.reviewAccountId" style="width:100px;margin:0 10px" filterable clearable placeholder="执行人">
|
|
|
+ <el-select v-model="conditions.rectifyAccountId" style="width:100px;margin:0 10px" filterable clearable placeholder="执行人">
|
|
|
<el-option v-for="item in userList" :key="item.accountId" :value="item.accountId" :label="item.accountName" />
|
|
|
</el-select>
|
|
|
<el-select v-model="conditions.hdangerLevel" style="width: 80px;" filterable placeholder="级别" clearable>
|
|
@@ -184,8 +184,8 @@ export default {
|
|
|
goafOrebelt: undefined,
|
|
|
goafOrebody: undefined,
|
|
|
goafOreheight: undefined,
|
|
|
- reviewGroupId: undefined,
|
|
|
- reviewAccountId: undefined,
|
|
|
+ rectifyGroupId: undefined,
|
|
|
+ rectifyAccountId: undefined,
|
|
|
hdangerLevel: undefined
|
|
|
},
|
|
|
goafList: [],
|