Browse Source

下拉项有误

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

6
src/views/rightsComfort/Supervision.vue

@ -11,11 +11,11 @@ const dict = catchStore.getDicts(["personType","injurySeverity","formsOfTort","o
let InfringerHandleDict = reactive([
{
dictValue:"1",
dictLabel:"刑事追究"
dictLabel:"刑事案件"
},
{
dictValue:"2",
dictLabel:"行政处罚"
dictLabel:"行政案件"
},
])
const catchSotre = useCatchStore();
@ -250,7 +250,7 @@ watch(()=>activeName,()=>{
说明维权督办展示执法办案系统相关维权案件由各单位上报维权至市局
</div>
<el-dialog v-model="reportedShow" width="900px" title="维权上报" @close="closeDialog">
<el-dialog v-model=" reportedShow" width="900px" title="维权上报" @close="closeDialog">
<el-form :model="detailData" ref="reportedFORM" label-width="148">
<el-row>
<el-col :span="12">

Loading…
Cancel
Save