Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
fd74a176
提交
fd74a176
authored
8月 09, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
发起页面修改
上级
e9adf8ab
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
3 行增加
和
43 行删除
+3
-43
JustApply.js
FormInsertDiy/AffairPage/ApplyPage/JustApply.js
+1
-37
index.jsx
one_stop_public/ForZydApply/SponsorForm/index.jsx
+0
-1
index.js
one_stop_public/ForZydApply/index.js
+2
-5
没有找到文件。
FormInsertDiy/AffairPage/ApplyPage/JustApply.js
浏览文件 @
fd74a176
...
...
@@ -32,24 +32,6 @@ export default class AffairPage extends React.Component {
message
.
error
(
'您的数据未同步,请联系管理员!'
);
return
false
;
}
// window.addEventListener(
// 'message',
// (event) => {
// // 和Iframe页进行通迅
// if (event.data === 'returnList') {
// this.returnList(true);
// }
// if (event && event.data && event.data.indexOf && event.data.indexOf('iframeHeight') > -1) {
// let height = Number(event.data.split('-')[1]);
// const iframe = document.getElementById('applyIframeId');
// if (iframe) {
// iframe.height = height;
// }
// }
// },
// false,
// );
return
true
;
}
...
...
@@ -89,26 +71,8 @@ export default class AffairPage extends React.Component {
{...
this
.
props
}
id
=
{
workId
}
returnList
=
{
this
.
returnList
}
init
=
{
encodeURIComponent
(
JSON
.
stringify
(
init
))
}
init
=
{
init
}
/
>
{
/* <iframe
src={iframeUrl}
frameBorder={0}
id="applyIframeId"
name="applyIframe"
marginWidth="0"
marginHeight="0"
allowtransparency="yes"
seamless
scrolling={'auto'}
style={{
width: '100%',
minHeight: '800px',
overflowY: 'hidden',
backgroundColor: '#fff',
}}
/>*/
}
:
null
<
/div
>
<
/PageHeaderWrapper
>
);
...
...
one_stop_public/ForZydApply/SponsorForm/index.jsx
浏览文件 @
fd74a176
...
...
@@ -253,7 +253,6 @@ class SponsorForm extends Component {
computedMatch
:
this
.
props
?.
computedMatch
,
route
:
this
.
props
?.
route
,
};
console
.
log
(
routerState
);
return
(
<>
{
isLoading
?
(
...
...
one_stop_public/ForZydApply/index.js
浏览文件 @
fd74a176
...
...
@@ -49,7 +49,7 @@ export default class IframeForApply extends React.Component {
}
=
props
;
this
.
state
=
{
id
,
// 传入id
init
:
init
&&
isJSON
(
init
)
?
JSON
.
parse
(
decodeURIComponent
(
init
))
:
undefined
,
init
:
init
||
undefined
,
value
:
''
,
// 紧急度选择
btnList
:
[],
// 紧急度按钮返回数据
noNeedApply
,
...
...
@@ -97,7 +97,6 @@ export default class IframeForApply extends React.Component {
noNeedTitle
,
}
=
this
.
state
;
const
{
modileHome
,
returnList
}
=
this
.
props
;
console
.
log
(
this
.
props
);
return
(
<
div
className
=
{
names
(
'warp IframeDiy'
)}
...
...
@@ -126,16 +125,14 @@ export default class IframeForApply extends React.Component {
radioValue
=
{
value
}
noNeedApplyButton
=
{
noNeedApply
}
init
=
{
init
}
// 表单的初始化数据 用于发起时传入默认值
// location={this.props.location}
history
=
{{
...
this
.
props
.
history
,
location
:
{
...
this
.
props
.
location
,
...
this
.
props
.
history
.
location
,
state
:
{
id
,
noNeedCaoGao
:
true
,
app
:
{},
...
this
.
props
.
location
?.
state
,
},
},
}}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论