Explorar el Código

设备信息设置商品Bug修复20240710

kitchenmanage
gwbvipvip hace 5 meses
padre
commit
b6134f3bc0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/pages/device/deviceInfo/index.jsx

+ 2
- 1
src/pages/device/deviceInfo/index.jsx Ver fichero

@@ -348,6 +348,7 @@ const GoodsTypeManage = () => {
key="edit"
onClick={() => {
GetdevicegoodsList(record.id);
setCurrentRow(record);
setIsModalOpen(true);
}}
>
@@ -415,7 +416,7 @@ const GoodsTypeManage = () => {
return false;
}
});
setIsModalOpen(false);
};

//修改


Cargando…
Cancelar
Guardar