...
|
...
|
@@ -86,10 +86,10 @@ func (c *AuditController) AuditListBefore() { |
|
|
"review_status": reviewStatus,
|
|
|
"department": departmentList,
|
|
|
"permission": auditPermission,
|
|
|
"store_type": map[string]string{
|
|
|
"-1": "全部",
|
|
|
"0": "机会池",
|
|
|
"1": "储备池",
|
|
|
"store_type": []map[string]string{
|
|
|
map[string]string{"store_status": "-1", "name": "全部"},
|
|
|
map[string]string{"store_status": "0", "name": "机会池"},
|
|
|
map[string]string{"store_status": "1", "name": "储备池"},
|
|
|
},
|
|
|
"reserve_type": reserveType,
|
|
|
}
|
...
|
...
|
|