ソースを参照

Merge branch 'master' into groupmealweb

groupmealweb
zhaoy 10ヶ月前
コミット
12d9248af7
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}>


読み込み中…
キャンセル
保存