--no commit message
Showing
1 changed file
with
5 additions
and
4 deletions
... | @@ -89,12 +89,13 @@ | ... | @@ -89,12 +89,13 @@ |
89 | let { records } = res.result; | 89 | let { records } = res.result; |
90 | console.log("records",records); | 90 | console.log("records",records); |
91 | if(records){ | 91 | if(records){ |
92 | console.log("false"); | 92 | this.$endLoading(); |
93 | this.treedata=[] | ||
94 | |||
95 | }else{ | ||
96 | console.log("false"); | ||
93 | this.loadBdcdylist(records[0].bsmSlsq, records[0].bestepid); | 97 | this.loadBdcdylist(records[0].bsmSlsq, records[0].bestepid); |
94 | this.$endLoading(); | 98 | this.$endLoading(); |
95 | }else{ | ||
96 | this.$endLoading(); | ||
97 | this.treedata=[] | ||
98 | } | 99 | } |
99 | 100 | ||
100 | } | 101 | } | ... | ... |
-
Please register or sign in to post a comment