admin/src/components/business/OperaJkKeysWindow.vue
@@ -15,7 +15,7 @@ <el-option v-for="item in carAll" :key="item.id" :label="item.name" :label="item.code" :value="item.id"> </el-option> </el-select> @@ -80,7 +80,7 @@ getCars() { allList({ type: 0 }) .then(res => { console.log(res) this.carAll = res }) } }