This commit is contained in:
2020-05-13 23:35:44 +00:00
parent c88adecdf5
commit 15b845813a
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ export default {
}
vm.tagSearchUnderway = true;
window.$gz.api
.get("TagList/List?query=" + val) //roles
.get("taglist/list?query=" + val) //roles
.then(res => {
if (res.error) {
throw res.error;