Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhaoy
/
BPA.SAAS.Web
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
设备信息设置商品Bug修复20240710
kitchenmanage
gwbvipvip
5 meses atrás
pai
c073da18f0
commit
b6134f3bc0
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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);
};
//修改
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar