@@ -430,7 +430,7 @@ export default {
}
},
activated() {
- listAllP({type:'PP'}).then(res => {
+ listAllP().then(res => {
this.treeData = res.data.data
})
this.onLoad(this.page, this.search)