luoxiao 1 mesiac pred
rodič
commit
4df8c6eef8

+ 1 - 1
src/views/pro-operation/check-out/info.vue

@@ -140,7 +140,7 @@ const selectSeqList = () => {
 
 const handleCheckAll = (val) => {
   if (val) {
-    form.value.seqNoList = seqList.value;
+    form.value.seqNoList = seqList.value.map((item) => item.seqNo);
   } else {
     form.value.seqNoList = [];
   }