value
2024-05-06 487c8f5caeaefbc38faadca66467e8aed8d9ffbe
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
              })