liuxiaolong
2019-08-02 24e2d92df7cad99e1e514fa581fe59765dbc4a12
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)
      }