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