Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
bpa
/
BPA.KitChen.Web
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
1
Wiki
Atividade
Ver código fonte
停用做法类别
tags/小炒逻辑变更前
yangwenhua
2 anos atrás
pai
54bea2be3d
commit
b71f2340b9
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
src/pages/goods/goodsPracticeType/index.jsx
+ 2
- 2
src/pages/goods/goodsPracticeType/index.jsx
Ver arquivo
@@ -116,9 +116,9 @@ const PageIndex = (props) => {
</a>,
<a
key="primary"
onClick={() => {
onClick={
async
() => {
record.status = record.status == 0 ? 1 : 0;
editPracticeTyp
e(record);
await handleTypeUpdat
e(record);
}}
>
{' '}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar