Browse Source

下拉项有误

master
buaixuexideshitongxue 2 months ago
parent
commit
1d13de2369
  1. 4
      src/views/rightsComfort/Supervision.vue

4
src/views/rightsComfort/Supervision.vue

@ -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();

Loading…
Cancel
Save