Compare commits

..

No commits in common. "f25296a94f5e988e2797f3b13fdb30b3804f3576" and "315cfb1602d2b1aa88eeed6f753441c818228597" have entirely different histories.

6 changed files with 2 additions and 8 deletions

View File

@ -151,13 +151,7 @@
</template> </template>
<script setup name="DryMatterCorrection"> <script setup name="DryMatterCorrection">
import { import { listDryMatterCorrection, getDryMatterCorrection, delDryMatterCorrection, addDryMatterCorrection, updateDryMatterCorrection } from "@/api/dryMatterCorrection/dryMatterCorrection"
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/dairyProducts/weightCorrection/weightCorrection.js" import { listWeightCorrection, getWeightCorrection, delWeightCorrection, addWeightCorrection, updateWeightCorrection } from "@/api/weightCorrection/weightCorrection"
const { proxy } = getCurrentInstance() const { proxy } = getCurrentInstance()
const { da_ranch } = proxy.useDict('da_ranch') const { da_ranch } = proxy.useDict('da_ranch')