eight
2024-10-28 98052aa56e3f2e5d6926cd748caea09a28965545
src/store/modules/checkType.ts
@@ -65,7 +65,7 @@
      }
      return Object.keys(this.checkTypeMap).map((key) => {
        return {
          value: key,
          value: parseInt(key, 10),
          label: this.checkTypeMap[key]
        }
      });