5150e2a9 by xiaomiao

--no commit message

1 parent d4782c20
...@@ -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 },
......