eight
2025-04-08 ac452a1dea9cc23997d5cb662deddee4fa234b71
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) {