会员升级
This commit is contained in:
@@ -81,5 +81,17 @@ const businessTool = {
|
||||
return ""
|
||||
}
|
||||
})
|
||||
},
|
||||
getEnumOptions(name = null) {
|
||||
return commonUtil
|
||||
.axiosService()
|
||||
.post("/open/common/dictEnumOptions", {name})
|
||||
.then((resp) => {
|
||||
if (resp.code === 0) {
|
||||
return resp.data
|
||||
} else {
|
||||
return []
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user