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