From 2a02f296463b773973762d8de5f1edb3e1bec70f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 05 Jan 2026 23:17:05 +0800
Subject: [PATCH] 用水数据、维修基金接口对接,数据展示
---
src/api/dept/newIndex.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/dept/newIndex.js b/src/api/dept/newIndex.js
index 4678ae3..31e723f 100644
--- a/src/api/dept/newIndex.js
+++ b/src/api/dept/newIndex.js
@@ -361,7 +361,7 @@
return request({
url: '/api/zlsYhxx/zlsYhxx/page',
method: 'get',
- // params
+ params
})
}
@@ -385,6 +385,6 @@
return request({
url: '/api/wxjj/wxjj/page',
method: 'get',
- // params
+ params
})
}
\ No newline at end of file
--
Gitblit v1.9.3