jiangping
2023-08-24 64b3ee8aebe765c668b7f04b2bc1ee9a3919bdfb
h5_standard/src/views/workOrder/reportingForWork.vue
@@ -697,6 +697,7 @@
            getDeviceByCondition({ procedureId: res.procedureId })
                .then(res1 => {
                    if (res1.code === 200) {
                        if (res1.data && res1.data.length > 0)
                        deviceId.value = res1.data[0].id
                        from.deviceId = res1.data[0].id
                        from.deviceName = res1.data[0].name