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