|
@@ -62,11 +62,10 @@ export default {
|
|
|
const { code, data } = resp
|
|
|
if (code === 0) {
|
|
|
this.treeData = data
|
|
|
- if (data.length > 0) {
|
|
|
- const node = data[0]
|
|
|
- this.handleTreeInit(node)
|
|
|
- this.checkDefault.push(node.riskPointId)
|
|
|
- }
|
|
|
+ // if (data.length > 0) {
|
|
|
+ // const node = data[0]
|
|
|
+ // this.handleTreeInit(node)
|
|
|
+ // }
|
|
|
}
|
|
|
})
|
|
|
},
|