fix: 缺少逗号

This commit is contained in:
chenjianxing 2021-04-27 12:58:38 +08:00 committed by jianxing
parent d615047399
commit 28f19871e8
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ export default {
reviewStatus: 'Prepare', reviewStatus: 'Prepare',
stepDescription: '', stepDescription: '',
expectedResult: '', expectedResult: '',
stepModel: 'STEP' stepModel: 'STEP',
customNum: '' customNum: ''
}, },
readOnly: false, readOnly: false,