diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b996e66..ca7ee28 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -352,6 +352,9 @@ export default { /** 修改按钮操作 */ handleUpdate(row,readonly) { this.readonly = readonly + if(readonly){ + this.saveSimpleLog({name:row.deptName,nameEn:row.deptName,jcmc:'部门详情',jcmcEn:'Department Detail'}) + } this.reset() getDept(row.deptId).then(response => { this.form = response.data