From 7350fb39e61b0f6f496097b29a41abff7866c49c Mon Sep 17 00:00:00 2001
From: xzt <1113240624@qq.com>
Date: Mon, 27 May 2024 16:21:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fundGuarantee/index.vue | 62 +++++++++++++------
.../fundGuarantee/index.vue | 15 ++---
2 files changed, 48 insertions(+), 29 deletions(-)
diff --git a/src/views/dike/managementGuarantee/fundGuarantee/index.vue b/src/views/dike/managementGuarantee/fundGuarantee/index.vue
index e786f8e..218047b 100644
--- a/src/views/dike/managementGuarantee/fundGuarantee/index.vue
+++ b/src/views/dike/managementGuarantee/fundGuarantee/index.vue
@@ -85,7 +85,28 @@
-
+
+
+
-
-
+
+
-
+
+
+
@@ -302,15 +321,18 @@ import {
updateJfgl,
exportJfgl,
} from "@/api/yg/dike/jfgl";
+import { listDagl } from "@/api/yg/dike/dagl";
// import { listJbxx } from "@/api/yg/jbxx";
import personnelExpenses from "./components/personnelExpenses.vue";
import maintenanceFund from "./components/maintenanceFund.vue";
+import linkDike from "@/components/linkNameSelect/linkDike.vue";
export default {
name: "Jfgl",
components: {
personnelExpenses,
maintenanceFund,
+ linkDike,
},
data() {
return {
@@ -398,7 +420,7 @@ export default {
/** 查询经费管理列表 */
getList() {
this.loading = true;
- listJfgl(this.queryParams).then((response) => {
+ listDagl({ data: {} }).then((response) => {
this.jfglList = response.records;
this.total = response.total;
this.loading = false;
diff --git a/src/views/sluice/managementGuarantee/fundGuarantee/index.vue b/src/views/sluice/managementGuarantee/fundGuarantee/index.vue
index 531fed4..dfa5e93 100644
--- a/src/views/sluice/managementGuarantee/fundGuarantee/index.vue
+++ b/src/views/sluice/managementGuarantee/fundGuarantee/index.vue
@@ -84,7 +84,7 @@
-
+
-
-
+
+
{
+ listDagl({ data: {} }).then((response) => {
this.jfglList = response.records;
this.total = response.total;
this.loading = false;