src/views/fysp/data-product/base-data-product/ProdInspectionInfo.vue
@@ -6,6 +6,12 @@
    @onStep3="onStep3"
    :loading="loading"
  >
    <template #step1="{ onSearch }">
      <ProdQueryOptWithMode
        :loading="loading"
        @submit="onSearch"
      ></ProdQueryOptWithMode>
    </template>
    <template #step2="{ contentHeight }">
      <el-table
        id="prod-inspection-table"
@@ -77,6 +83,7 @@
import dataprodbaseApi from '@/api/fysp/dataprodbaseApi.js';
import { conversionFromTable } from '@/utils/excel';
import { useProdStepChange } from '@/views/fysp/data-product/prod-step-change.js';
import ProdQueryOptWithMode from '@/views/fysp/data-product/components/ProdQueryOptWithMode.vue';
const { active, changeActive } = useProdStepChange();
const loading = ref(false);