eight
2024-11-01 4e80712bf8eae6094baf1fae25d6e2979b423d9d
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 {