|
|
|
@ -1,9 +1,10 @@ |
|
|
|
<template> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="display: flex;height:200px"> |
|
|
|
<el-table |
|
|
|
:data="personnelUnit.personnelgrouping" |
|
|
|
style="width: 100%" |
|
|
|
style="width: 100%;" |
|
|
|
row-key="id" |
|
|
|
height="200px" |
|
|
|
highlight-current-row |
|
|
|
@row-click="clickoncolumn" |
|
|
|
class="el-table__body-wrapper tbody" |
|
|
|
@ -199,7 +200,7 @@ export default { |
|
|
|
putapi("/api/app/customerorggroup/updatesortmany", { |
|
|
|
itemList: result, |
|
|
|
}).then((res) => { |
|
|
|
this.$message.success("操作成功"); |
|
|
|
this.$message.success("操作成功"); |
|
|
|
this.isshow = true; |
|
|
|
this.getlist(); |
|
|
|
}); |
|
|
|
|