Browse Source

默认值处理

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

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

@@ -125,7 +125,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"label":      "行业",
 						"defaultVal": []string{""},
 						"props": map[string]interface{}{
-							"multiple": false,
+							"multiple": true,
 						},
 						"options": industryArr,
 					})
@@ -140,7 +140,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"label":      "中标人标签",
 						"defaultVal": []string{""},
 						"props": map[string]interface{}{
-							"multiple": false,
+							"multiple": true,
 						},
 						"options": winnerArr,
 					})
@@ -348,7 +348,7 @@ func getLabel(entId int64) []map[string]interface{} {
 					"label":      name,
 					"defaultVal": []string{""},
 					"props": map[string]interface{}{
-						"multiple": false,
+						"multiple": true,
 					},
 					"options": []map[string]interface{}{}, // 初始化选项
 				}