Commit f76eaf8f authored by “yiyousong”'s avatar “yiyousong”

perf: 优化

parent 5506d7b0
...@@ -19,7 +19,7 @@ export const getDeviceMatterList = (data) => { ...@@ -19,7 +19,7 @@ export const getDeviceMatterList = (data) => {
}); });
}; };
// 保存设备事项 // 批量保存设备事项
export const batchSaveDeviceMatter = (data) => { export const batchSaveDeviceMatter = (data) => {
return request({ return request({
url: `/sampleform/device/matter/datum/batchSave`, url: `/sampleform/device/matter/datum/batchSave`,
...@@ -28,7 +28,7 @@ export const batchSaveDeviceMatter = (data) => { ...@@ -28,7 +28,7 @@ export const batchSaveDeviceMatter = (data) => {
}); });
}; };
// 批量保存设备事项 // 保存设备事项
export const saveDeviceMatter = (data) => { export const saveDeviceMatter = (data) => {
return request({ return request({
url: `/sampleform/device/matter/datum/save`, url: `/sampleform/device/matter/datum/save`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment