Explorar o código

fix: [4578] 强制考核分发页面中显示分发进度显示强制卷组为1和2,点击查询后变成只有1组

chenhao %!s(int64=2) %!d(string=hai) anos
pai
achega
48e788bf6a

+ 1 - 1
src/modules/expert/expert/index.vue

@@ -225,7 +225,7 @@ const formItems = computed<EpFormItem[]>(() => {
         prop: 'forceGroupNumber',
         slotType: 'select',
         slot: {
-          options: forceCheckGroup.value.map((d) => ({
+          options: forceCheckGroup.value?.map((d) => ({
             value: d.forceGroupNumber,
             label: `第${d.forceGroupNumber}组`,
           })),

+ 0 - 1
src/modules/marking/assess/index.vue

@@ -224,7 +224,6 @@ const onSearch = async () => {
 
 onOptionInit((data) => {
   getMarkerTree({ subjectCode: data?.subject || '', mainNumber: data?.question, name: '' })
-  onSearch()
 })
 </script>