--no commit message
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -78,7 +78,8 @@ | ... | @@ -78,7 +78,8 @@ |
| 78 | ywh: "", | 78 | ywh: "", |
| 79 | ywly: "" | 79 | ywly: "" |
| 80 | } | 80 | } |
| 81 | if (this.queryForm) { | 81 | |
| 82 | if (this.getCaption(window.location.href)) { | ||
| 82 | this.$startLoading(); | 83 | this.$startLoading(); |
| 83 | searchTaskToDo({ | 84 | searchTaskToDo({ |
| 84 | ...this.queryForm, | 85 | ...this.queryForm, |
| ... | @@ -90,6 +91,8 @@ | ... | @@ -90,6 +91,8 @@ |
| 90 | this.$endLoading(); | 91 | this.$endLoading(); |
| 91 | } | 92 | } |
| 92 | }); | 93 | }); |
| 94 | }else{ | ||
| 95 | this.treedata=[] | ||
| 93 | } | 96 | } |
| 94 | 97 | ||
| 95 | }, | 98 | }, | ... | ... |
-
Please register or sign in to post a comment