Browse Source

fix:修改全选

luoxiao 1 month ago
parent
commit
4df8c6eef8
1 changed files with 1 additions and 1 deletions
  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 = [];
   }