licp
2024-05-09 79a30b927dc7a0d3281b10e989c7a3d2ab8a98a4
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
              })