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