This commit is contained in:
parent
38d91cbece
commit
c9ad727508
|
|
@ -61,7 +61,7 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed } from 'vue'
|
import { ref, computed } from 'vue'
|
||||||
import { onLoad } from '@dcloudio/uni-app'
|
import { onLoad } from '@dcloudio/uni-app'
|
||||||
import { getToolsLedgerDetailsList } from '.@/services/materialsStation'
|
import { getToolsLedgerDetailsList } from '@/services/materialsStation'
|
||||||
const typeId = ref(0)
|
const typeId = ref(0)
|
||||||
const searchCode = ref('')
|
const searchCode = ref('')
|
||||||
const selectedStatusIndex = ref(0)
|
const selectedStatusIndex = ref(0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue