diff --git a/src/views/xuncha/components/TaskForm.vue b/src/views/xuncha/components/TaskForm.vue index cb3e0f5..f937c2d 100644 --- a/src/views/xuncha/components/TaskForm.vue +++ b/src/views/xuncha/components/TaskForm.vue @@ -106,7 +106,7 @@ sysFileSaveRequestList: [], //获取的图片数组 taskName: '', checkItem: '', - isRectification: '', + isRectification: '2', problemContent: '', patrolTaskNo: '', projectNo: '', @@ -117,14 +117,8 @@ patrolTargetIdText: '', formOptions: { case_level: [ - { - value: '1', - label: '无需整改', - }, - { - value: '2', - label: '需要整改', - }, + { value: '2', label: '需要整改' }, + { value: '1', label: '无需整改' }, ], caseTypeData: [], },