eight
2025-04-11 e89834c34e8f987cd59a167aa8c8369a731ef44c
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) {