This commit is contained in:
bb_pan 2025-06-25 15:31:35 +08:00
parent 38d91cbece
commit c9ad727508
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<script setup>
import { ref, computed } from 'vue'
import { onLoad } from '@dcloudio/uni-app'
import { getToolsLedgerDetailsList } from '.@/services/materialsStation'
import { getToolsLedgerDetailsList } from '@/services/materialsStation'
const typeId = ref(0)
const searchCode = ref('')
const selectedStatusIndex = ref(0)