show errors when search failed;
This commit is contained in:
@@ -248,7 +248,11 @@ const helper = {
|
||||
}
|
||||
},
|
||||
t: function (str) {
|
||||
return t("ncdownloader", str);
|
||||
return t("ncdownloader", str);
|
||||
},
|
||||
resetSearch: function (vm) {
|
||||
vm.$data.loading = 0;
|
||||
contentTable.getInstance([], []).clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user