系统参数

This commit is contained in:
lyd
2022-09-28 14:31:44 +08:00
parent 2a4bbd96e2
commit 2abfb67839
8 changed files with 32 additions and 18 deletions

View File

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