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;