|
@@ -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,
|
|
|
},
|