生产管理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> </template>
<script setup name="castrate"> <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 { checkSheepByManageTags, getVarietyOptions, getSheepBySheepfoldId } from '@/api/produce/other/fixHoof/fixHoof' import { checkSheepByManageTags, getVarietyOptions, getSheepBySheepfoldId } from '@/api/produce/other/fixHoof'
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management' import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
@@ -405,5 +405,5 @@ onMounted(() => {
getList() getList()
getSheepfoldOptions() getSheepfoldOptions()
getVarietyOptions() getVarietyOptions()
})
</script> </script>

View File

@@ -107,11 +107,7 @@
</template> </template>
<script setup name="FixHoof"> <script setup name="FixHoof">
<<<<<<< HEAD
import { listFixHoof, getFixHoof, delFixHoof, addFixHoof, updateFixHoof, checkSheepByManageTags, getVarietyOptions, getSheepBySheepfoldId } from '@/api/produce/other/fixHoof/fixHoof'
=======
import { listFixHoof, getFixHoof, delFixHoof, addFixHoof, updateFixHoof, checkSheepByManageTags, getVarietyOptions } from '@/api/produce/other/fixHoof' import { listFixHoof, getFixHoof, delFixHoof, addFixHoof, updateFixHoof, checkSheepByManageTags, getVarietyOptions } from '@/api/produce/other/fixHoof'
>>>>>>> d6ae5f3654d4c07227a4547ae1732ddb570bda9f
import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management' import { listSheepfold_management as listSheepfold } from '@/api/fileManagement/sheepfold_management'
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
@@ -355,9 +351,6 @@ function getSheepfoldOptions() {
}) })
} }
<<<<<<< HEAD
onMounted(() => {
=======
//校验羊只是否存在 失焦时校验 //校验羊只是否存在 失焦时校验
async function validateSheep() { async function validateSheep() {
if (!form.value.manageTags) return; if (!form.value.manageTags) return;
@@ -385,7 +378,6 @@ async function validateSheep() {
/* 只保留一个 onMounted */ /* 只保留一个 onMounted */
getList() getList()
>>>>>>> d6ae5f3654d4c07227a4547ae1732ddb570bda9f
getSheepfoldOptions() getSheepfoldOptions()
getVarietyOptions() getVarietyOptions()