|
|
|
@ -11,11 +11,11 @@ const dict = catchStore.getDicts(["personType","injurySeverity","formsOfTort","o |
|
|
|
let InfringerHandleDict = reactive([ |
|
|
|
let InfringerHandleDict = reactive([ |
|
|
|
{ |
|
|
|
{ |
|
|
|
dictValue:"1", |
|
|
|
dictValue:"1", |
|
|
|
dictLabel:"刑事追究" |
|
|
|
dictLabel:"刑事案件" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
dictValue:"2", |
|
|
|
dictValue:"2", |
|
|
|
dictLabel:"行政处罚" |
|
|
|
dictLabel:"行政案件" |
|
|
|
}, |
|
|
|
}, |
|
|
|
]) |
|
|
|
]) |
|
|
|
const catchSotre = useCatchStore(); |
|
|
|
const catchSotre = useCatchStore(); |
|
|
|
|