doum
3 天以前 66b84de58e3efae14c1e258ee716e02ad9557497
admin/src/views/vehicle/components/OperaCategoryWindow.vue
@@ -76,7 +76,7 @@
  },
  methods: {
    getList () {
      fetchCateList({}).then(res => {
      fetchCateList({type:1}).then(res => {
        this.dataList = res || []
      })
    },