WH01243 il y a 7 mois
Parent
commit
fffadc6546
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      jyBXCore/rpc/service/operator.go

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

@@ -29,7 +29,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 			"key":        "purchaseTime",
 			"type":       "dateTimeList",
 			"label":      "预计采购时间",
-			"defaultVal": []string{""},
+			"defaultVal": "",
 			"props": map[string]interface{}{
 				"multiple": false,
 			},
@@ -53,7 +53,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 			"key":        "openingTime",
 			"type":       "dateTimeList",
 			"label":      "开标日期",
-			"defaultVal": []string{""},
+			"defaultVal": "",
 			"props": map[string]interface{}{
 				"multiple": false,
 			},
@@ -81,7 +81,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 		"key":        "publishTime",
 		"type":       "dateTimeList",
 		"label":      "发布时间",
-		"defaultVal": []string{""},
+		"defaultVal": "",
 		"props": map[string]interface{}{
 			"multiple": false,
 		},
@@ -121,7 +121,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
 						"key":        "industry",
 						"type":       "selectList",
 						"label":      "行业",
-						"defaultVal": []string{""},
+						"defaultVal": "",
 						"props": map[string]interface{}{
 							"multiple": false,
 						},
@@ -468,7 +468,7 @@ func getArea(entid, positionId int64, labelArr *[]map[string]interface{}) map[st
 			"key":        "province",
 			"type":       "component-popup-area",
 			"label":      "城市",
-			"defaultVal": []string{""},
+			"defaultVal": "",
 			"options":    data,
 		}
 	}