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

@@ -175,7 +175,7 @@ import {
delTrans_group,
addTrans_group,
updateTrans_group
} from '@/api/produce/manage_sheep/trans_group/trans_group'
} from '@/api/produce/manage_sheep/trans_group'
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
import request from '@/utils/request'
@@ -375,9 +375,8 @@ function getVarietyOptions() {
}
/* -------------------- 初始化 -------------------- */
onMounted(() => {
loadSheepfold()
getVarietyOptions()
getList()
})
</script>