@@ -156,7 +156,8 @@ export default {
for (let i = 0; i < v; i++) {
this.formData.deviceTypeBoxList.push({
maxWeight: '',
- rubbishType: ''
+ rubbishType: '',
+ boxCode: i + 1
})
}
this.$refs.ruleForm.clearValidate()