This commit is contained in:
parent
38d91cbece
commit
c9ad727508
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue