This commit is contained in:
2025-07-18 18:13:18 +08:00
parent aeeff17498
commit 586252bbcb
12 changed files with 423 additions and 139 deletions

View File

@@ -110,7 +110,7 @@
</template>
<script setup name="castrate">
import { listCastrate, getCastrate, delCastrate, addCastrate, updateCastrate } from '@/api/produce/other/castrate/castrate'
import { listCastrate, getCastrate, delCastrate, addCastrate, updateCastrate } from '@/api/produce/other/castrate'
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
import request from '@/utils/request'
@@ -276,9 +276,9 @@ function getVarietyOptions() {
})
}
onMounted(() => {
getList()
getSheepfoldOptions()
getVarietyOptions()
})
</script>