瀏覽代碼

Merge branch 'master' of http://18.167.157.193:1026/guanli/ngds

kevin_zhangl 3 年之前
父節點
當前提交
cf99b8f9fe
共有 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`})