| | |
| | | let arr; |
| | | await myrequest({ |
| | | method: 'get', |
| | | url: `sccg/dict/query_type?level=${level}&typeCode=${code}` |
| | | url: `sccg/dict/query_tree_type?level=${level}&typeCode=${code}` |
| | | }) |
| | | .then(res => { |
| | | arr = res.data; |
| | |
| | | } |
| | | |
| | | export const EVENT_SOURCE = [ |
| | | { label: '视频抓拍', value: 1 }, |
| | | { label: '手动登记', value: 2 } |
| | | { label: '视频巡查', value: 1 }, |
| | | { label: '网格巡查', value: 2 } |
| | | ] |
| | | |
| | | export const CATEGOTY = [ |
| | |
| | | { label: '上报', value: '01' }, |
| | | { label: '处置', value: '02' } |
| | | ] |
| | | |
| | | export const RESOURCE_OPTIONS = [ |
| | | { label: '网格巡查', value: 2 }, |
| | | { label: '视频巡查', value: 1 } |
| | | ] |