소스 검색

默认值处理

WH01243 7 달 전
부모
커밋
8331080cbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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{}{