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 }) }