Compare commits

...

2 Commits

6 changed files with 8 additions and 2 deletions

View File

@ -151,7 +151,13 @@
</template> </template>
<script setup name="DryMatterCorrection"> <script setup name="DryMatterCorrection">
import { listDryMatterCorrection, getDryMatterCorrection, delDryMatterCorrection, addDryMatterCorrection, updateDryMatterCorrection } from "@/api/dryMatterCorrection/dryMatterCorrection" import {
listDryMatterCorrection,
getDryMatterCorrection,
delDryMatterCorrection,
addDryMatterCorrection,
updateDryMatterCorrection
} from "@/api/dairyProducts/dryMatterCorrection/dryMatterCorrection.js"
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
const { da_ranch } = proxy.useDict('da_ranch') const { da_ranch } = proxy.useDict('da_ranch')

View File

@ -141,7 +141,7 @@
</template> </template>
<script setup name="WeightCorrection"> <script setup name="WeightCorrection">
import { listWeightCorrection, getWeightCorrection, delWeightCorrection, addWeightCorrection, updateWeightCorrection } from "@/api/weightCorrection/weightCorrection" import { listWeightCorrection, getWeightCorrection, delWeightCorrection, addWeightCorrection, updateWeightCorrection } from "@/api/dairyProducts/weightCorrection/weightCorrection.js"
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
const { da_ranch } = proxy.useDict('da_ranch') const { da_ranch } = proxy.useDict('da_ranch')