浏览代码

默认值处理

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{}{