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