src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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; });