gaoluyang
2025-03-29 7bec2bad693e882e222173ade7e371959a679092
设备工具明细-数采配置显示bug
已修改1个文件
2 ■■■ 文件已修改
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -448,7 +448,7 @@
      search({ status: 0 }).then((res) => {
        if (res.code === 200 && res.data) {
          this.equipOptions = res.data.map((m) => {
            m.value = m.managementNumber;
            m.value = m.id;
            m.label = m.deviceName;
            return m;
          });