更新
This commit is contained in:
@ -147,19 +147,19 @@ const obj = reactive({
|
||||
const searchList = ref({})
|
||||
let cascaderList = ref([
|
||||
{ value: '01', label: '网络舆情',leaf: true },
|
||||
{ value: '02', label: '警情',children:[
|
||||
{ value: '021', label: '治安警情',leaf: true },
|
||||
{ value: '022', label: '刑事警情',leaf: true },
|
||||
{ value: '023', label: '交通警情',leaf: true },
|
||||
] },
|
||||
{ value: '03', label: '案件',leaf: true },
|
||||
{ value: '04', label: '风险隐患',leaf: true },
|
||||
{ value: '02', label: '警情',children:[
|
||||
{ value: '021', label: '治安警情',leaf: true },
|
||||
{ value: '022', label: '刑事警情',leaf: true },
|
||||
{ value: '023', label: '交通警情',leaf: true },
|
||||
] },
|
||||
{ value: '03', label: '案件',leaf: true },
|
||||
{ value: '04', label: '风险隐患',leaf: true },
|
||||
])
|
||||
// 每个列表对应的值
|
||||
const list = ref([
|
||||
{
|
||||
title:'网络舆情', //标题
|
||||
tableList:[{}],
|
||||
tableList:[],
|
||||
keyCount:0,
|
||||
pageConfiger:{
|
||||
page:1,
|
||||
|
Reference in New Issue
Block a user