@@ -140,7 +140,7 @@
columnKey: 'action',
slot: 'action',
label: '操作',
- minWidth: 60
+ minWidth: 100
}
]
};
@@ -156,7 +156,7 @@
...order,
pageNum: page,
size: limit,
- categoryId: this.categoryId,
+ categoryLevelId: this.categoryId,
rootCategoryLevelId: this.rootId
});
},