소스 검색

上传凭证,修改

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