ccjgmwz 3 лет назад
Родитель
Сommit
785336fc74
1 измененных файлов с 14 добавлено и 14 удалено
  1. 14 14
      src/views/houseSelfCollect/paymentManagement.vue

+ 14 - 14
src/views/houseSelfCollect/paymentManagement.vue

@@ -1047,20 +1047,20 @@ import download from '../../components/WsDownload/download'
       },
       selectInit(row) {
         //在这里一定要记得类型匹配的上。
-        if (row.status != '已驳回') {
-          if (
-            row.taskId == null &&
-            row.status != '已通过' &&
-            row.status != '部分付款'
-          ) {
-            return false
-          } else {
-            return true
-          }
-        } else {
-          return true
-        }
-        // return true
+        // if (row.status != '已驳回') {
+        //   if (
+        //     row.taskId == null &&
+        //     row.status != '已通过' &&
+        //     row.status != '部分付款'
+        //   ) {
+        //     return false
+        //   } else {
+        //     return true
+        //   }
+        // } else {
+        //   return true
+        // }
+        return true
       },
       handleSelectionChange(val) {
         this.modification = val