From 1897c4ad5fa73b3f0a36e1aa0e1e9000302a6ace Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 31 十月 2025 17:35:09 +0800
Subject: [PATCH] 2025.10.31 1. 新增巡查场景历史详情相关数据逻辑(待完成);
---
app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/MenuEvidenceViewModel.kt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/MenuEvidenceViewModel.kt b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/MenuEvidenceViewModel.kt
index 2e1e843..9fcdc0a 100644
--- a/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/MenuEvidenceViewModel.kt
+++ b/app/src/main/java/cn/flightfeather/thirdappmodule/module/inspection/MenuEvidenceViewModel.kt
@@ -43,8 +43,8 @@
/**
* 鑾峰彇鍦烘櫙闂鍙�変綅缃紙鐩墠鍙湁宸ュ湴锛屼絾鎵�鏈夊満鏅兘浣跨敤锛�
*/
- fun getLocationList() {
- problemRepository.getLocationList(object : ResultCallBack<ArrayList<Domainitem>> {
+ fun getLocationList(sceneType: Int) {
+ problemRepository.getLocationList(sceneType, object : ResultCallBack<ArrayList<Domainitem>> {
override fun onSuccess(result: ArrayList<Domainitem>?) {
result?.let {
locationList.value = it
--
Gitblit v1.9.3