ly vor 1 Jahr
Ursprung
Commit
364c0f3dcc

+ 0 - 8
src/views/business/housingFund/confirm/form.vue

@@ -414,10 +414,6 @@
     proxy.$modal
       .confirm("确定删除?")
       .then(() => {
-        // form.value.details = form.value.details.filter(
-        //   (item) => selections.value.indexOf(item) === -1
-        // );
-
         for (let index = 0; index < form.value.details.length; index++) {
           let x = form.value.details[index];
           for (let index2 = 0; index2 < selections.value.length; index2++) {
@@ -444,12 +440,9 @@
     let cancelDelete = selections.value.filter((item) => {
       return item.changeStatus == 2;
     })
-    console.log(cancelDelete.length);
-
     if (cancelDelete == null || cancelDelete.length <= 0) {
       proxy.$modal.msgError("请选择并只能选择被删除的数据");
     } else {
-      console.log(22324323);
       for (let index = 0; index < form.value.details.length; index++) {
         let x = form.value.details[index];
         for (let index2 = 0; index2 < selections.value.length; index2++) {
@@ -461,7 +454,6 @@
         }
       }
     }
-
   }
   function getSummaries(param) {
     const { columns, data } = param;

+ 0 - 3
src/views/business/socialSecurity/confirm/form.vue

@@ -726,12 +726,9 @@
     let cancelDelete = selections.value.filter((item) => {
       return item.changeStatus == 2;
     })
-    console.log(cancelDelete.length);
-    
     if (cancelDelete == null || cancelDelete.length <= 0) {
       proxy.$modal.msgError("请选择并只能选择被删除的数据");
     } else {
-      console.log(22324323);
       for (let index = 0; index < form.value.details.length; index++) {
         let x = form.value.details[index];
         for (let index2 = 0; index2 < selections.value.length; index2++) {