This commit is contained in:
2020-05-13 22:53:52 +00:00
parent 8c5d2f1e1d
commit a21d2ead6a
5 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ export default {
}
},
fetch(enumKey) {
return window.$gz.api.get("EnumList/List/" + enumKey).then(res => {
return window.$gz.api.get("enum-list/list/" + enumKey).then(res => {
if (res.error) {
throw res.error;
}