Browse Source

解决员工技能编辑选择重复技能不重置空的问题。

jiaxiaoqiang 10 tháng trước cách đây
mục cha
commit
0901a280a7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/base/skill/components/edit-skill.vue

+ 2 - 0
src/views/base/skill/components/edit-skill.vue

@@ -289,6 +289,8 @@ const props = defineProps({
   },
 });
 const postIdSkill = ref({});
+
+const focusedElement = ref(null);
 // 设置表格列或者其他自定义的option
 option.value = Object.assign(option.value, {
   selection: false,