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