src/store/modules/checkType.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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] } });