value
2024-05-05 e819051a015a439b0d4e8cc3d541cb095b1a8bad
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1032,7 +1032,7 @@
          }).then(res => {
            if (res.code === 200 && res.data) {
              this.equipOptions = res.data.map(m => {
                m.value = m.factoryNo
                m.value = m.managementNumber
                m.label = m.deviceName
                return m
              })