|
|
|
@ -151,7 +151,7 @@ |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span v-if="saveData.status === '已完工'" slot="label"><a>协同人员</a></span> |
|
|
|
<span v-if="saveData.status === '待审核'" slot="label" @click="getOperatorList"><a>协同人员</a></span> |
|
|
|
<span v-if="saveData.status === '待审核'" slot="label" @click="getOperatorList()"><a>协同人员</a></span> |
|
|
|
<el-input v-model="saveData.operator" readonly style="width: 221px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
@ -1476,6 +1476,7 @@ |
|
|
|
// 获取人员列表 |
|
|
|
getOperatorList () { |
|
|
|
this.getRoleNameList() |
|
|
|
this.operatorModelFlag = true |
|
|
|
this.operatorData.bu = this.saveData.site + '_' + this.saveData.buNo |
|
|
|
// 先清空缓存选中 |
|
|
|
this.$nextTick(() => this.$refs.operatorTable.clearSelection()) |
|
|
|
@ -1491,7 +1492,6 @@ |
|
|
|
this.$nextTick(() => this.$refs.operatorTable.toggleRowSelection(val, true)) |
|
|
|
} |
|
|
|
}) |
|
|
|
this.operatorModelFlag = true |
|
|
|
} else { |
|
|
|
this.$alert(data.msg, '错误', { |
|
|
|
confirmButtonText: '确定' |
|
|
|
@ -1595,6 +1595,7 @@ |
|
|
|
site: '', |
|
|
|
adminName: '', |
|
|
|
adminID: '', |
|
|
|
roleName: '机修人员', |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|