xiangpei
2025-03-11 84a14c24edf92f7072e50b51ee37143d658ecfd4
src/api/projectEngineering/projectInfo.js
@@ -98,8 +98,8 @@
export function saveHiddenList(data){
  return request({
    url:'/hidden-admin/updateList',
    method:'put',
    data:data
    method: 'put',
    data: data
  })
}
export function addList(data){