瀏覽代碼

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() {