Commit 52b1dbb8 authored by 田翔's avatar 田翔

fix: 升级表单组件

parent 8483c91f
Pipeline #80620 passed with stages
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
"js-calendar-converter": "0.0.4", "js-calendar-converter": "0.0.4",
"lodash": "4.17.11", "lodash": "4.17.11",
"minimist": "1.2.0", "minimist": "1.2.0",
"panda-xform": "5.2.4", "panda-xform": "5.2.8",
"parseForm": "^2.3.8", "parseForm": "^2.3.8",
"prop-types": "15.7.2", "prop-types": "15.7.2",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
......
...@@ -856,7 +856,7 @@ const BookConfigNew = props => { ...@@ -856,7 +856,7 @@ const BookConfigNew = props => {
confirmLoading={viewModalLoading} confirmLoading={viewModalLoading}
// okText= // okText=
> >
<Account ref={accountRef} accountName={form.getFieldValue('Name')} readOnly /> <Account ref={accountRef} accountName={form.getFieldValue('Name')} notUse={'other,edit,add,del'} />
</Modal> </Modal>
</Modal> </Modal>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment