Ver código fonte

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

kitchenmanage
gwbvipvip 5 meses atrás
pai
commit
b6134f3bc0
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      src/pages/device/deviceInfo/index.jsx

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

@@ -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);
};

//修改


Carregando…
Cancelar
Salvar