qinhb преди 9 месеца
родител
ревизия
f7d0fc7bd7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/pro-operation/inspect/components/checkForm.vue

+ 1 - 1
src/views/pro-operation/inspect/components/checkForm.vue

@@ -59,7 +59,7 @@ const getSeq = async () => {
   SeqArray.value = [processStore.useSeqNo];
   emits("update:modelValue", {
     ...props.modelValue.value,
-    seqNoList: SeqArray.value[0],
+    seqNoList: SeqArray.value,
   });
 };
 onMounted(() => {