zxz 3 лет назад
Родитель
Сommit
14277ab3c3
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      src/views/statisticalReport/purchaseReceiptStatisticsList.vue

+ 1 - 4
src/views/statisticalReport/purchaseReceiptStatisticsList.vue

@@ -1008,11 +1008,8 @@ export default {
             this.$message.success('结转成功')
             this.getList()
           })
-      } else {
-        if (this.carryovercontractnolist.length > 0) {
-        } else {
+      } else if (this.carryovercontractnolist.length <=0){
           this.$message.warning('无可结转的其他合同')
-        }
       }
     },
     amendconfirm() {