소스 검색

停用做法类别

tags/小炒逻辑变更前
yangwenhua 2 년 전
부모
커밋
b71f2340b9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/pages/goods/goodsPracticeType/index.jsx

+ 2
- 2
src/pages/goods/goodsPracticeType/index.jsx 파일 보기

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


불러오는 중...
취소
저장