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] } });