@@ -141,9 +141,9 @@
placeholder="存储介质">
<el-option
v-for="item in StoreContainerOptions"
- :key="item.Id"
- :label="item.Key"
- :value="item.Value">
+ :key="item.Id + ''"
+ :label="item.Key + ''"
+ :value="item.Value + ''">
</el-option>
</el-select>
</el-form-item>
@@ -792,10 +792,10 @@
PUType: 'O',
StoreContainer: '',
PressLevel: 'A',
- PosPressStart: '',
- PosPressEnd: '',
- NgPressStart: '',
- NgPressEnd: '',
+ PosPressStart: '0',
+ PosPressEnd: '0',
+ NgPressStart: '0',
+ NgPressEnd: '0',
Remark1: '',
Remark2: '',
CheckResult: '',