@ -81,13 +81,11 @@
<el-button
type="text"
:disabled="scope.row.status == 0"
@click.native.stop="subAddDeptDialog(scope.row)"
@click.native="subAddDeptDialog(scope.row)"
>新增
</el-button>
@click.native.stop="updateDeptDialog(scope.row)"
<el-button type="text" @click.native="updateDeptDialog(scope.row)"
>编辑