Explorar o código

fix:修改全选

luoxiao hai 1 mes
pai
achega
4df8c6eef8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/pro-operation/check-out/info.vue

+ 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 = [];
   }