eight
2025-03-31 54081618d902a83db25b8b9a54872b593034c2c9
fix small bug
已修改1个文件
2 ■■■ 文件已修改
src/store/modules/checkType.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {