feige
2024-02-02 bd40473c9c634005bc7e62e7fc901bcd8b598fa0
ruoyi-ui/src/api/note/index.js
@@ -55,9 +55,9 @@
export function getCategory()
{
  return request({
    url: '/zDict/byId',
    url: '/family/property/type',
    method: 'get',
    params: {'id':22}
 //   params: {'id':22}
  })
}
//增加资产信息
@@ -70,3 +70,11 @@
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/family/property/importData',
    method: 'post',
    data: data
  })
}