소스 검색

fix:修改新增入账无法提交问题

lazy 5 달 전
부모
커밋
2fda921806
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      src/views/financialManagement/addAccounts.vue

+ 1 - 6
src/views/financialManagement/addAccounts.vue

@@ -45,12 +45,7 @@ export default {
   },
   methods: {
     onSubmit() {
-      if (this.settleType === '1') {
-        this.submitEntryFinance()
-      }
-      // if (this.settleType === '2') {
-      //   this.submitExitFinance()
-      // }
+      this.submitEntryFinance()
     },
     // 提交入账
     submitEntryFinance() {