Explorar el Código

fix: 床位名称字段修改

Tong hace 2 años
padre
commit
be5e5e65f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/biz/engineer/bed/index.vue

+ 1 - 1
src/views/biz/engineer/bed/index.vue

@@ -285,7 +285,7 @@
         const editParams = {
           id: detailRes.id,
           wardId: detailRes.wardId,
-          name: detailRes.wardName,
+          name: detailRes.bedName,
           deviceId: null,
         };
         await engineerBedEdit(editParams);