生产管理bug修改

This commit is contained in:
2025-07-22 15:32:37 +08:00
parent 2797934736
commit d9ef69f89f
2 changed files with 3 additions and 11 deletions

View File

@@ -109,8 +109,8 @@
</template>
<script setup name="castrate">
import { listCastrate, getCastrate, delCastrate, addCastrate, updateCastrate } from '@/api/produce/other/castrate/castrate'
import { checkSheepByManageTags, getVarietyOptions, getSheepBySheepfoldId } from '@/api/produce/other/fixHoof/fixHoof'
import { listCastrate, getCastrate, delCastrate, addCastrate, updateCastrate } from '@/api/produce/other/castrate'
import { checkSheepByManageTags, getVarietyOptions, getSheepBySheepfoldId } from '@/api/produce/other/fixHoof'
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
const { proxy } = getCurrentInstance()
@@ -405,5 +405,5 @@ onMounted(() => {
getList()
getSheepfoldOptions()
getVarietyOptions()
})
</script>