WH01243 2 vuotta sitten
vanhempi
commit
d5356a39ff
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      middleground/publicservice.go

+ 2 - 2
middleground/publicservice.go

@@ -84,9 +84,9 @@ func (p *publicService) List(searchValue, dataType string, pageNum, pageSize int
 			"dataTypeStr":    wordMap[v.DataType],
 			"dataTypeStr":    wordMap[v.DataType],
 		})
 		})
 	}
 	}
-	result["lsit"] = arr
+	result["list"] = arr
 	result["wordMap"] = wordMap
 	result["wordMap"] = wordMap
-	result["FieldIllustrate"] = wordArr
+	result["fieldIllustrate"] = wordArr
 	result["hotKeys"] = resp.HotKeys
 	result["hotKeys"] = resp.HotKeys
 	return result
 	return result
 }
 }