| | |
| | | </el-table-column> |
| | | <el-table-column prop="departName" label="部门名称" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="departTypeName" label="部门类型" min-width="10"> |
| | | <el-table-column prop="departType" label="部门类型" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="departDes" label="部门描述" min-width="10"> |
| | | </el-table-column> |
| | |
| | | this.$refs.multipleTable.toggleAllSelection(); |
| | | }, |
| | | disSame(list) { |
| | | // console.log(this.$refs.multipleTable); |
| | | // const row = this.$refs.table.data |
| | | list.forEach((row) => { |
| | | this.$refs.multipleTable.toggleRowSelection(row); |
| | | }); |