曹睿
2025-04-23 76bee36dc9da0e09276f93d03c424e07e9608ea3
src/pages/production/twist/receive/steelCore/index.vue
@@ -8,7 +8,7 @@
      @query="getList"
    >
      <template #top>
        <CardTitle title="钢芯领用" :hideAction="true" @action="addReport" />
        <CardTitle title="钢芯领用" :hideAction="true" :full="false" @action="addReport" />
      </template>
      <wd-card v-for="(item, index) in cardList" :key="index" type="rectangle" custom-class="round">
        <template #title>
@@ -29,7 +29,7 @@
      <wd-button type="text" @click="cancel">取消</wd-button>
      <wd-button type="text" @click="submit">确定</wd-button>
    </view>
    <SteelCore ref="steelCoreRef" />
    <SteelCore ref="steelCoreRef" @refresh="reloadList" />
  </wd-popup>
  <wd-toast />
</template>
@@ -99,6 +99,10 @@
  }
};
const reloadList = () => {
  pagingRef.value.refresh();
};
onLoad((options: any) => {
  paramsId.value = options.id;
});