eight
2025-04-11 348e6bcdc7fa566a48b96dea53d24ec6dda49e1d
src/store/modules/checkType.ts
@@ -90,7 +90,7 @@
      if (!this.isSetCheckType) {
        this.setCheckTypeMap()
      }
      return this.checkTypeMap[type].seqPrefix
      return this.checkTypeMap[type]?.seqPrefix || ''
    },
    getExpenseRecognition(type: number) {
      if (!this.isSetCheckType) {