src/pages/production/twist/receive/monofil.vue
@@ -5,6 +5,7 @@ v-model="cardList" :fixed="false" :auto-show-back-to-top="true" :loading-more-enabled="false" @query="getList" > <template #top> @@ -92,7 +93,9 @@ }; const save = async () => { const { code } = await TwistApi.addStrandedWireDish(cardList.value); const value = cardList.value.filter((item: { id?: number }) => item.id === undefined || item.id === null); const { code } = await TwistApi.addStrandedWireDish(value); if (code == 200) { toast.success("保存成功"); cardList.value = [];