Browse Source

👣 制定代码规范模板团队规则

master
wangxiang 3 years ago
parent
commit
87ea9da7a1
  1. 2
      kicc-ui/src/views/system/dept/index.vue

2
kicc-ui/src/views/system/dept/index.vue

@ -87,7 +87,7 @@
slots: { customRender: 'action' }, slots: { customRender: 'action' },
fixed: false fixed: false
}, },
afterFetch: (result) => listToTree(result) afterFetch: (result) => listToTree(result, { id: 'deptId' })
}); });
/** 新增按钮操作,行内新增与工具栏局域新增通用 */ /** 新增按钮操作,行内新增与工具栏局域新增通用 */

Loading…
Cancel
Save