@ -77,7 +77,7 @@
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
type="text"
type="text" :disabled="scope.row.status==0"
@click.native.stop="subAddDeptDialog(scope.row)"
>新增
</el-button
@ -466,7 +466,7 @@ export default {
message: "更新成功!",
});
} else {
this.$message.warning("更新失败");
this.$message.warning(response.message);
}
})
.catch(() => {