|
@@ -157,7 +157,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
}
|
|
|
if isExist {
|
|
|
data = append(data, map[string]interface{}{
|
|
|
- "key": "subtype",
|
|
|
+ "key": "topType",
|
|
|
"type": "component-popup-infotype",
|
|
|
"label": "信息类型",
|
|
|
"cascader": true,
|
|
@@ -232,7 +232,7 @@ func getGetCriteriaType(entId, positionId, tag int64) []map[string]interface{} {
|
|
|
}}})
|
|
|
} else {
|
|
|
data = append(data, map[string]interface{}{
|
|
|
- "key": "subtype",
|
|
|
+ "key": "topType",
|
|
|
"type": "selectList",
|
|
|
"label": "信息类型",
|
|
|
"cascader": true,
|