xiangpei
2024-08-16 085a5c7be0a347e1dfeab30a73a148fb98e8e14d
src/api/platform/point.js
@@ -92,3 +92,11 @@
    }
  })
}
// 根据单位id查找合同
export function timeRange(unitId) {
  return request({
    url: '/system/contract/time/' + unitId,
    method: 'get'
  })
}