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