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