lichao před 3 roky
rodič
revize
eabf08e786
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/finance/applyPayment.vue

+ 1 - 1
src/components/finance/applyPayment.vue

@@ -292,7 +292,7 @@ export default {
     })
     if (this.arrList.length == 0) {
       this.form.form = this.billData
-      if(this.billData.billNoList.length === 1){
+      if(this.billData.billNoList && this.billData.billNoList.length === 1){
         this.form.form.billNo = this.billData.billNoList[0]
       }
       this.corpId = this.billData.corpId