src/views/backgroundConfig/memberManage/index.vue
@@ -237,14 +237,15 @@ // 编辑部门 editDepartmentClick(command, data) { console.log(command, data) this.departmentConfig.visible = true if (command === "edit") { this.departmentConfig.visible = true this.departmentConfig.infomation = { departmentName: data.label, departmentNumber: data.id, notes: "" } } else if (command === "add") { this.departmentConfig.visible = true this.departmentConfig.infomation = { departmentName: "", departmentNumber: "",