Fixiaobai
2023-11-09 ffa1b835b4063e9492dec702620534f2fe51c9a8
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 = []