@@ -300,6 +300,7 @@ export default {
this.module.map(i => {
obj[i] = i === 'childList' ? [] : i === 'module' ? {} : ''
})
+ obj.status = 0
this.form.push(obj)
},