【修改】部门的bug

This commit is contained in:
zhoulingpo
2023-05-23 16:45:09 +08:00
parent e4e643bebd
commit d70c5cb6a0
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@
<el-table-column v-if="maxSelected && maxSelected == 1" label="" width="35" align="center">
<template slot-scope="scope">
<el-radio class="tableRadio" v-model="tableChecked" @change="radioChange(scope.row)"
:label="scope.row.departmentCode">{{ null }}
:label="scope.row.id">{{ null }}
</el-radio>
</template>
</el-table-column>