zhanghua
2025-07-16 7c20fd15b7fbc2bd5756b39d5ab655cc849ffcc3
src/utils/helper.js
@@ -26,7 +26,7 @@
    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;
@@ -122,8 +122,8 @@
}
export const EVENT_SOURCE = [
    { label: '视频抓拍', value: 1 },
    { label: '手动登记', value: 2 }
    { label: '视频巡查', value: 1 },
    { label: '网格巡查', value: 2 }
]
export const CATEGOTY = [
@@ -135,3 +135,8 @@
    { label: '上报', value: '01' },
    { label: '处置', value: '02' }
]
export const RESOURCE_OPTIONS = [
    { label: '网格巡查', value: 2 },
    { label: '视频巡查', value: 1 }
]