This commit is contained in:
zyh
2025-07-22 15:01:57 +08:00
30 changed files with 3987 additions and 546 deletions

View File

@@ -121,7 +121,7 @@
<script setup>
import { ref, onMounted, getCurrentInstance } from 'vue'
import request from '@/utils/request'
import { addSheep, exportSheepForm } from '@/api/produce/manage_sheep/add_sheep/add_sheep'
import { addSheep, exportSheepForm } from '@/api/produce/manage_sheep/add_sheep'
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
import { getToken } from '@/utils/auth'
@@ -259,10 +259,10 @@ function handleImportError(err) {
/* -------------------- 初始化 -------------------- */
onMounted(() => {
getSheepfoldOptions()
getVarietyOptions()
})
</script>
<style scoped>