Selaa lähdekoodia

deploy

master
Soleilw 3 viikkoa sitten
vanhempi
commit
e7e3d488a1

+ 1
- 1
dist/index.html Näytä tiedosto

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.4c55395f.js"></script>
<script src="/umi.62723c81.js"></script>
</body>
</html>

dist/p__Feedback__index.7720fabc.async.js
File diff suppressed because it is too large
Näytä tiedosto


dist/umi.62723c81.js
File diff suppressed because it is too large
Näytä tiedosto


+ 1
- 1
src/components/Render/Main/Feedback/create/index.tsx Näytä tiedosto

@@ -90,7 +90,7 @@ const PagesMainInformationArticleCreate: React.FC = ({ dispatch, dictModel, open
}}
onFinish={async (values) => {
if (id) {
values.id = id;
values.id = id.id;
let res = await PostFeedbackUpdate(values)
message.success('提交成功')
dispatch({ type: 'openModel/getOpenModal', payload: false })

Loading…
Peruuta
Tallenna