浏览代码

上传凭证,修改

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`})