|
|
|
@ -310,7 +310,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
// 新增组织架构
|
|
|
|
|
handleOk() {
|
|
|
|
|
if (this.depepartmentTitle === "新增组织架构") {
|
|
|
|
|
if (this.show.depepartmentTitle === "新增组织架构") {
|
|
|
|
|
departmentInsert(this.form).then((res) => {
|
|
|
|
|
if (res.code === 200) {
|
|
|
|
|
this.$message.success(res.msg);
|
|
|
|
|