From ca70eec16d4ae666d2beb560319860d30a1c17cd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 09 Jan 2024 20:16:43 +0800
Subject: [PATCH] api补充

---
 src/views/cGovernance/gridWorkLog.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/cGovernance/gridWorkLog.vue b/src/views/cGovernance/gridWorkLog.vue
index e485eae..26573fb 100644
--- a/src/views/cGovernance/gridWorkLog.vue
+++ b/src/views/cGovernance/gridWorkLog.vue
@@ -233,6 +233,7 @@
                     },
 
                     {
+                        dispaly: false,
                         width: 144,
                         label: "上报时间",
                         prop: "createTime",
@@ -343,7 +344,7 @@
 
     methods: {
         getUserList (param = '') {
-            let dicUrl = `/blade-household/household/selectHouseholdList?labelId=${param}&searchKey={{key}}&limit=20`
+            let dicUrl = `/api/blade-household/household/selectHouseholdList?labelId=${param}&searchKey={{key}}&limit=20`
             const column = this.findObject(this.option.column, "householdId")
             column.dicUrl = dicUrl
         },

--
Gitblit v1.9.3