不能对一级部门移除

ywj_dev
wangwei 2 years ago
parent 91e49843a1
commit 9919a0651d

@ -249,6 +249,7 @@
<template slot-scope="scope">
<el-button
type="text"
:disabled="scope.row.userId == 1"
@click.native.stop="removeUserDialog(scope.row)"
>移除
</el-button>

Loading…
Cancel
Save