xiangpei
2025-03-03 df0a244973a0d6d7dd8cad8dba39e0c167c841e6
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){