فهرست منبع

feat: 仲裁卷默认值调整

chenhao 2 سال پیش
والد
کامیت
777f8e5321
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
 })