Przeglądaj źródła

停用做法类别

tags/小炒逻辑变更前
yangwenhua 2 lat temu
rodzic
commit
b71f2340b9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/pages/goods/goodsPracticeType/index.jsx

+ 2
- 2
src/pages/goods/goodsPracticeType/index.jsx Wyświetl plik

@@ -116,9 +116,9 @@ const PageIndex = (props) => {
</a>,
<a
key="primary"
onClick={() => {
onClick={async () => {
record.status = record.status == 0 ? 1 : 0;
editPracticeType(record);
await handleTypeUpdate(record);
}}
>
{' '}


Ładowanie…
Anuluj
Zapisz