Riku
2025-09-20 32eedf2857255cf29985ffc0cc73e75eccda39bf
src/views/fysp/data-product/components/BaseProdProcess.vue
@@ -8,7 +8,7 @@
      >
        <div v-show="showStep1Content">
          <template v-if="$slots.step1">
            <slot name="step1"></slot>
            <slot name="step1" :onSearch="onSearch"></slot>
          </template>
          <template v-else>
            <ProdQueryOpt :loading="loading" @submit="onSearch"> </ProdQueryOpt>