MrShi
2025-10-10 eb82684152ffb0acddf67da92e4533a0190eb258
admin/src/views/vehicle/components/OperaCategoryWindow.vue
@@ -76,7 +76,7 @@
  },
  methods: {
    getList () {
      fetchCateList({}).then(res => {
      fetchCateList({type:1}).then(res => {
        this.dataList = res || []
      })
    },