WH01243 hai 7 meses
pai
achega
d6ebed7b4c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jyBXCore/rpc/service/operator.go

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

@@ -159,7 +159,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"label":          "信息类型",
 						"cascader":       true,
 						"collectionMark": 1,
-						"defaultVal":     "{}",
+						"defaultVal":     []string{},
 						"childLabel":     "信息类型二级",
 						"props": map[string]interface{}{
 							"multiple": false,
@@ -240,7 +240,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"label":          "信息类型",
 						"cascader":       true,
 						"collectionMark": 1,
-						"defaultVal":     "{}",
+						"defaultVal":     []string{""},
 						"props": map[string]interface{}{
 							"multiple": false,
 						},