src/views/quality/processInspect/processInspect-form.vue
@@ -400,10 +400,11 @@ }) }, updateDevice(row, index) { let father=row.father updateDeviceBypppId({ deviceId: row.eId, ppid: row.iid }).then(res => { this.inspectionItems.forEach(obj => { console.log(obj); if (obj.children) { if (obj.children&&obj.father==father) { obj.children[index - 1].inspectionValue = null obj.children[index - 1].iresult = null obj.children[index - 1].empiricalValueAddss = []