tag route reorg
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
|||||||
}
|
}
|
||||||
vm.tagSearchUnderway = true;
|
vm.tagSearchUnderway = true;
|
||||||
window.$gz.api
|
window.$gz.api
|
||||||
.get("taglist/list?query=" + val) //roles
|
.get("tag/list?query=" + val) //roles
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
throw res.error;
|
throw res.error;
|
||||||
|
|||||||
Reference in New Issue
Block a user