zhaoy 7 달 전
부모
커밋
bf5a528efa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/pages/device/technology/index.jsx

+ 2
- 1
src/pages/device/technology/index.jsx 파일 보기

@@ -287,7 +287,8 @@ const GoodsTypeManage = () => {
</FooterToolbar>
)}
<Modal title="上传工艺模版" open={isModalOpen} footer={null} maskClosable={false}
destroyOnClose onCancel={() => { setDeviceVesionData();setIsModalOpen(false) }}>
destroyOnClose onCancel={() => { setDeviceVesionData();setdeviceTypeKey("");
setProductVesionId('');setIsModalOpen(false) }}>
<div style={{marginBottom:10}}>
<span style={{marginRight:10}}>选择产品</span>
<Select style={{width: '60%'}} onChange={handleChange}>


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