5150e2a9 by xiaomiao

--no commit message

1 parent d4782c20
......@@ -78,7 +78,8 @@
ywh: "",
ywly: ""
}
if (this.queryForm) {
if (this.getCaption(window.location.href)) {
this.$startLoading();
searchTaskToDo({
...this.queryForm,
......@@ -90,6 +91,8 @@
this.$endLoading();
}
});
}else{
this.treedata=[]
}
},
......