Browse Source

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

master
wangxiang 3 years ago
parent
commit
465cdfaec2
  1. 2
      kicc-ui/src/views/system/dept/DeptModal.vue

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

@ -45,7 +45,7 @@
treeData: [topDept] treeData: [topDept]
} }
}); });
const deptId = data.record?.id; const deptId = data.record?.deptId;
const props: Partial<ModalProps> = { confirmLoading: false }; const props: Partial<ModalProps> = { confirmLoading: false };
// tag // tag
switch (unref(tag)) { switch (unref(tag)) {

Loading…
Cancel
Save