This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user