MrShi
2 天以前 eb82684152ffb0acddf67da92e4533a0190eb258
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
        })
    }
  }