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