Browse Source

feat: [操作日志] 部门操作日志

lkf
memorylkf 2 months ago
parent
commit
3935548984
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/views/system/dept/index.vue

+ 3
- 0
src/views/system/dept/index.vue View File

@ -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

Loading…
Cancel
Save