fix: 部门修改 openDialog 方法参数顺序错误修复
Former-commit-id: 617ce262c9efb85d635eeb7328adc778df15ae58
This commit is contained in:
@@ -257,14 +257,14 @@ onMounted(() => {
|
|||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
size="small"
|
size="small"
|
||||||
@click.stop="openDialog(scope.row.id, scope.row.parentId)"
|
@click.stop="openDialog(scope.row.parentId, scope.row.id)"
|
||||||
><i-ep-edit />编辑
|
><i-ep-edit />编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
size="small"
|
size="small"
|
||||||
@click.stop="openDialog(scope.row.id, scope.row.parentId)"
|
@click.stop="handleDelete(scope.row.id)"
|
||||||
>
|
>
|
||||||
<i-ep-delete />删除
|
<i-ep-delete />删除
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user