3526848e by xiaomiao

--no commit message

1 parent a429717d
......@@ -85,18 +85,15 @@
...this.queryForm,
}).then((res) => {
if (res.code === 200) {
this.$endLoading();
let { records } = res.result;
if(records){
console.log("true",records);
if(records.length){
console.log("true",records.length);
this.loadBdcdylist(records[0].bsmSlsq, records[0].bestepid);
this.$endLoading();
}else{
console.log("false");
console.log("false",records.length);
this.treedata=[]
this.$endLoading();
}
......