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