@@ -897,6 +897,7 @@ watch(
);
defineExpose({
handleSubmit,
+ tabsChange
});
onMounted(() => {});
</script>
@@ -783,6 +783,7 @@ watch(
+ tabsChange,
@@ -529,6 +529,7 @@ watch(
@@ -78,7 +78,7 @@ const formConfig = reactive([
data: [
{
label: proxy.t('productLibrary.finishedProduct'),
- id: "10",
+ id: "1",
},
label: proxy.t('productLibrary.semifinishedProduct'),