Browse Source

feat: 仲裁卷默认值调整

chenhao 2 years ago
parent
commit
777f8e5321
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/marking/arbitration/index.vue

+ 1 - 1
src/modules/marking/arbitration/index.vue

@@ -138,7 +138,7 @@ const { mainQuestionList, dataModel, changeModelValue, onOptionInit } = useOptio
 
 const formModel = reactive<ExtractApiParams<'getArbitrationList'>>({
   mainNumber: dataModel.question,
-  status: '',
+  status: 'INITIAL',
   pageNumber: 1,
   pageSize: 9999999,
 })