Browse Source

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

lazy 5 months ago
parent
commit
2fda921806
1 changed files with 1 additions and 6 deletions
  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() {