liuxiaolong
2019-08-05 9aa970326080ba2f0d3da4f3d300c5b98d2df134
controllers/tasklist.go
@@ -41,7 +41,7 @@
         source["title"] = key.(string)
         source["value"] = key.(string)
         source["key"] = key.(string)
         sources := append(sources, source)
         sources = append(sources, source)
         fmt.Println(key)
      }