Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
ac994ed7
提交
ac994ed7
authored
4月 20, 2020
作者:
徐立
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增路由参数
上级
42d3be70
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
55 行增加
和
4 行删除
+55
-4
index.jsx
one_stop_public/Entrance/historyForm/index.jsx
+9
-0
index.jsx
one_stop_public/Entrance/index.jsx
+8
-0
index.jsx
one_stop_public/Table/index.jsx
+3
-2
index.jsx
one_stop_public/tableCompon/index.jsx
+3
-2
表单设计器相关.md
one_stop_public/表单设计器相关.md
+32
-0
没有找到文件。
one_stop_public/Entrance/historyForm/index.jsx
浏览文件 @
ac994ed7
...
@@ -14,6 +14,14 @@ export default class index extends Component {
...
@@ -14,6 +14,14 @@ export default class index extends Component {
data
,
data
,
isNewForm
isNewForm
}
=
this
.
props
}
=
this
.
props
let
routerState
=
{
history
:
this
.
props
?.
history
,
location
:
this
.
props
?.
location
,
match
:
this
.
props
?.
match
,
computedMatch
:
this
.
props
?.
computedMatch
,
route
:
this
.
props
?.
route
}
return
(
return
(
<
div
>
<
div
>
{
{
...
@@ -40,6 +48,7 @@ export default class index extends Component {
...
@@ -40,6 +48,7 @@ export default class index extends Component {
obj=
{
data
.
hisTaskForm
.
formData
}
obj=
{
data
.
hisTaskForm
.
formData
}
form=
{
this
.
props
.
form
}
form=
{
this
.
props
.
form
}
formKey=
{
item
.
formKey
}
formKey=
{
item
.
formKey
}
routerState=
{
routerState
}
/>
/>
}
}
</>
</>
...
...
one_stop_public/Entrance/index.jsx
浏览文件 @
ac994ed7
...
@@ -41,6 +41,13 @@ export default class Index extends Component {
...
@@ -41,6 +41,13 @@ export default class Index extends Component {
const
{
const
{
data
data
}
=
this
.
state
}
=
this
.
state
let
routerState
=
{
history
:
this
.
props
?.
history
,
location
:
this
.
props
?.
location
,
match
:
this
.
props
?.
match
,
computedMatch
:
this
.
props
?.
computedMatch
,
route
:
this
.
props
?.
route
}
return
(
return
(
<>
<>
{
{
...
@@ -48,6 +55,7 @@ export default class Index extends Component {
...
@@ -48,6 +55,7 @@ export default class Index extends Component {
get=
{
get
}
get=
{
get
}
postData=
{
data
}
postData=
{
data
}
form=
{
form
}
form=
{
form
}
routerState=
{
routerState
}
/>
/>
}
}
</>
</>
...
...
one_stop_public/Table/index.jsx
浏览文件 @
ac994ed7
...
@@ -358,8 +358,7 @@ export default class ZdyTable extends Component {
...
@@ -358,8 +358,7 @@ export default class ZdyTable extends Component {
render
()
{
render
()
{
let
{
width
,
isBorder
,
sqlData
,
mapData
,
defaultBinds
,
defaultValues
,
items
,
init
,
currentFormKey
,
isEdit
,
datas
,
isReady
,
formConfig
,
formCode
,
formId
}
=
this
.
state
let
{
width
,
isBorder
,
sqlData
,
mapData
,
defaultBinds
,
defaultValues
,
items
,
init
,
currentFormKey
,
isEdit
,
datas
,
isReady
,
formConfig
,
formCode
,
formId
}
=
this
.
state
let
{
border
,
get
,
obj
,
index
,
fatherCode
,
routerState
}
=
this
.
props
let
{
border
,
get
,
obj
,
index
,
fatherCode
}
=
this
.
props
let
style
=
{}
let
style
=
{}
if
(
formConfig
.
style
!=
null
)
{
if
(
formConfig
.
style
!=
null
)
{
try
{
try
{
...
@@ -481,6 +480,7 @@ export default class ZdyTable extends Component {
...
@@ -481,6 +480,7 @@ export default class ZdyTable extends Component {
form=
{
this
.
props
.
form
}
// antd form控件
form=
{
this
.
props
.
form
}
// antd form控件
sqlData=
{
sqlData
}
sqlData=
{
sqlData
}
defaultValues=
{
defaultValues
||
{}
}
// 接口中的默认值
defaultValues=
{
defaultValues
||
{}
}
// 接口中的默认值
routerState=
{
routerState
}
// 兼容表单设计器路由传参
/>
/>
</
td
>
</
td
>
}
}
...
@@ -560,6 +560,7 @@ export default class ZdyTable extends Component {
...
@@ -560,6 +560,7 @@ export default class ZdyTable extends Component {
mapData=
{
mapData
}
mapData=
{
mapData
}
json=
{
ary
.
content
}
json=
{
ary
.
content
}
uuid=
{
ary
.
uuid
}
uuid=
{
ary
.
uuid
}
routerState=
{
routerState
}
// 兼容表单设计器路由传参
defaultValues=
{
defaultValues
||
{}
}
/></>
defaultValues=
{
defaultValues
||
{}
}
/></>
})
})
}
}
...
...
one_stop_public/tableCompon/index.jsx
浏览文件 @
ac994ed7
...
@@ -1127,7 +1127,7 @@ export default class tableCom extends Component {
...
@@ -1127,7 +1127,7 @@ export default class tableCom extends Component {
})
})
})
})
try
{
try
{
var
fun1
=
new
Function
(
"obj"
,
"init"
,
"defaultValues"
,
"env"
,
"index"
,
"fatherCode"
,
"utils"
,
"$"
,
fun
);
var
fun1
=
new
Function
(
"obj"
,
"init"
,
"defaultValues"
,
"env"
,
"index"
,
"fatherCode"
,
"utils"
,
"$"
,
"routerState"
,
fun
);
let
obj
let
obj
if
(
!
this
.
props
.
isEdit
&&
this
.
props
.
fatherCode
){
if
(
!
this
.
props
.
isEdit
&&
this
.
props
.
fatherCode
){
...
@@ -1149,7 +1149,8 @@ export default class tableCom extends Component {
...
@@ -1149,7 +1149,8 @@ export default class tableCom extends Component {
md5
:
md5
,
md5
:
md5
,
render
:
this
.
getRender
,
base64
:
getBase64
,
render
:
this
.
getRender
,
base64
:
getBase64
,
},
},
functionObj
functionObj
,
this
.
props
.
routerState
)
)
if
(
base52
)
{
if
(
base52
)
{
...
...
one_stop_public/表单设计器相关.md
浏览文件 @
ac994ed7
# 编辑日期
2020-4-20
#依赖资源
#依赖资源
```
js
```
js
...
@@ -87,3 +91,31 @@ import HistoryForm from '@/webPublic/one_stop_public/Entrance/historyForm';
...
@@ -87,3 +91,31 @@ import HistoryForm from '@/webPublic/one_stop_public/Entrance/historyForm';
## 新增routerState
单个页面配置项如果需要使用
**router路由参数**
传值,则需要外部传入routerState
以下为示例
```
js
let
routerState
=
{
history
:
this
.
props
?.
history
,
location
:
this
.
props
?.
location
,
match
:
this
.
props
?.
match
,
computedMatch
:
this
.
props
?.
computedMatch
,
route
:
this
.
props
?.
route
}
// 注 可选链运算符不兼容TS
```
```
js
<
ZdyTable
get
=
"web"
height
=
{
config
.
height
}
postData
=
{
data
}
form
=
{
form
}
routerState
=
{
this
.
props
.
router
}
/
>
```
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论