qinhb 11 tháng trước cách đây
mục cha
commit
f7d0fc7bd7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(() => {