Browse Source

默认值处理

WH01243 7 months ago
parent
commit
8331080cbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jyBXCore/rpc/service/operator.go

+ 1 - 1
jyBXCore/rpc/service/operator.go

@@ -344,7 +344,7 @@ func getLabel(entId int64) []map[string]interface{} {
 				labels[id] = map[string]interface{}{
 					"id":         id,
 					"key":        key,
-					"type":       "dateTimeList",
+					"type":       "selectList",
 					"label":      name,
 					"defaultVal": []string{""},
 					"props": map[string]interface{}{