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 },