theo пре 3 година
родитељ
комит
2d841a1308
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      frontendEle/src/views/finance/recharge.vue

+ 3 - 2
frontendEle/src/views/finance/recharge.vue

@@ -134,8 +134,9 @@ export default {
       });
     },
     uploadAgain () {
-      this.dialogInvoiceVisible = false
-      this.dialogAddInvoiceVisible = true
+      // this.dialogInvoiceVisible = false
+      // this.dialogAddInvoiceVisible = true
+      this.handleAddInvoiceShow(row)
     },
     handleAdd () {
       this.$router.push({path: `/finance/recharge-add`})