eight
2024-10-31 f98ab75bf0f7fb54e7e3955a5f6e5a4935a86cbe
src/store/modules/checkType.ts
@@ -55,13 +55,13 @@
    },
    getCheckTypeName(type: number) {
      if (!this.isSetCheckType) {
        this.setcheckTypeMap()
        this.setCheckTypeMap()
      }
      return this.checkTypeMap[type]
    },
    getCheckTypeOptions() {
      if (!this.isSetCheckType) {
        this.setcheckTypeMap()
        this.setCheckTypeMap()
      }
      return Object.keys(this.checkTypeMap).map((key) => {
        return {