This commit is contained in:
2025-09-17 16:09:45 +08:00
parent ec7438d90b
commit d835e52c69
7 changed files with 36 additions and 13 deletions

View File

@@ -45,7 +45,8 @@
<script>
import NavBar from '@/components/NavBar.vue'
import SearchBox from '@/components/SearchBox.vue'
import {queryVehicleType, bindEmptyVehicle, unBindEmptyVehicle} from '@/utils/getData1.js'
import {bindEmptyVehicle, unBindEmptyVehicle} from '@/utils/getData1.js'
import {queryVehicleType} from '@/utils/getData2.js'
export default {
components: {
NavBar,
@@ -57,7 +58,7 @@
val1: '',
val2: '',
options: [],
index: '',
index: '2',
disabled: false
};
},