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