Kaynağa Gözat

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

jiaxiaoqiang 10 ay önce
ebeveyn
işleme
0901a280a7

+ 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,