@@ -95,7 +95,8 @@ export default {
this.permList = jsonData.data.map(item => {
return {
id: item.id,
- description: item.method + " " + item.path + " " + item.summary
+ //description: item.method + " " + item.path + " " + item.summary
+ description: item.summary
};
});