作者 tangxvhui

修改

@@ -86,10 +86,10 @@ func (c *AuditController) AuditListBefore() { @@ -86,10 +86,10 @@ func (c *AuditController) AuditListBefore() {
86 "review_status": reviewStatus, 86 "review_status": reviewStatus,
87 "department": departmentList, 87 "department": departmentList,
88 "permission": auditPermission, 88 "permission": auditPermission,
89 - "store_type": map[string]string{  
90 - "-1": "全部",  
91 - "0": "机会池",  
92 - "1": "储备池", 89 + "store_type": []map[string]string{
  90 + map[string]string{"store_status": "-1", "name": "全部"},
  91 + map[string]string{"store_status": "0", "name": "机会池"},
  92 + map[string]string{"store_status": "1", "name": "储备池"},
93 }, 93 },
94 "reserve_type": reserveType, 94 "reserve_type": reserveType,
95 } 95 }