fei
7 天以前 c50a874feed1ceceb18e0d42f95e4094eef98128
src/api/system/materials.js
@@ -69,3 +69,14 @@
    // }
  })
}
export function getFileCount(recordId)
{
  return request({
    url:'/system/materials/getFileCount/'+recordId,
    method:'get',
    // headers:{
    // }
  })
}