This commit is contained in:
USER-20220102CG\noblelift
2022-10-22 15:53:13 +08:00
parent 42cbe6294d
commit 6b55b1aab2
6 changed files with 84 additions and 47 deletions

View File

@@ -24,7 +24,7 @@ export function edit(data) {
})
}
export function getStageCodeByCode(code) {
export function getValueByCode(code) {
return request({
url: 'api/param/getValueByCode',
method: 'post',
@@ -32,4 +32,4 @@ export function getStageCodeByCode(code) {
})
}
export default { add, edit, del, getStageCodeByCode }
export default { add, edit, del, getValueByCode }