diff --git a/src/views/rightsComfort/Rights.vue b/src/views/rightsComfort/Rights.vue index 6479e04..d4ebcf7 100644 --- a/src/views/rightsComfort/Rights.vue +++ b/src/views/rightsComfort/Rights.vue @@ -161,6 +161,7 @@ const list = ref([]); const query = ref({ current: 1, size: 10, + code:'2' }); const total = ref(0); function getList() { diff --git a/src/views/rightsComfort/Supervision.vue b/src/views/rightsComfort/Supervision.vue index a2d14fd..42d5af8 100644 --- a/src/views/rightsComfort/Supervision.vue +++ b/src/views/rightsComfort/Supervision.vue @@ -10,11 +10,11 @@ const catchStore = useCatchStore(); const dict = catchStore.getDicts(["personType","injurySeverity","formsOfTort","occurrenceStage","investigatingPolice","situation"]); let InfringerHandleDict = reactive([ { - dictValue:"刑事追究", + dictValue:"1", dictLabel:"刑事追究" }, { - dictValue:"行政处罚", + dictValue:"2", dictLabel:"行政处罚" }, ]) @@ -170,7 +170,7 @@ watch(()=>activeName,()=>{ activeName,()=>{ - + + +