소스 검색

Merge branch 'master' into kitchenmanage

tmp
zhaoy 11 달 전
부모
커밋
3db0259b20
1개의 변경된 파일1개의 추가작업 그리고 17개의 파일을 삭제
  1. +1
    -17
      src/pages/device/deviceInfo/index.jsx

+ 1
- 17
src/pages/device/deviceInfo/index.jsx 파일 보기

@@ -202,23 +202,7 @@ const GoodsTypeManage = () => {
>
更新
</a>,
<a
key="status"
onClick={async () => {
actionRef.current.reload();
record.status = record.status ? 0 : 1;

await UpdateDeviceInfo(record).then((r) => {
if (r.succeeded) {
message.success('配置成功');
} else {
message.error('配置失败请重试!');
}
});
}}
>
{record.status == 0 ? '停用' : '正常'}
</a>,
// <a
// key="copy"
// onClick={() => {


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