Sfoglia il codice sorgente

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

kitchenmanage
gwbvipvip 5 mesi fa
parent
commit
b6134f3bc0
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/pages/device/deviceInfo/index.jsx

+ 2
- 1
src/pages/device/deviceInfo/index.jsx Vedi File

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

//修改


Caricamento…
Annulla
Salva