xiangpei
2025-03-13 4b63edeae3d84d09b706338c723ac52a400f7c65
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){