Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
814f651a
提交
814f651a
authored
8月 29, 2024
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
3665 【1.0组件优化】列表组件优化
上级
937d23c5
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
3 行删除
+10
-3
publicApiService.js
FormInsertDiy/AffairPage/publicApiService.js
+1
-1
index.js
one_stop_public/libs/formList/index.js
+4
-1
index.jsx
one_stop_public/tableCompon/index.jsx
+5
-1
没有找到文件。
FormInsertDiy/AffairPage/publicApiService.js
浏览文件 @
814f651a
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
* */
* */
import
{
apiRequest
}
from
'../request'
;
import
{
apiRequest
}
from
'../request'
;
import
{
getOneStopConfig
,
isJSON
}
from
'@/baseComponent/utils'
;
import
{
getHistoryFormDetail
}
from
'@/webPublic/Services'
;
import
{
getHistoryFormDetail
}
from
'@/webPublic/Services'
;
import
{
getOneStopConfig
}
from
'@/webPublic/zyd_public/utils/utils'
;
const
giveValue
=
(
x
)
=>
{
const
giveValue
=
(
x
)
=>
{
if
(
x
&&
x
.
rows
)
{
if
(
x
&&
x
.
rows
)
{
...
...
one_stop_public/libs/formList/index.js
浏览文件 @
814f651a
...
@@ -1427,6 +1427,7 @@ class FormList extends React.Component {
...
@@ -1427,6 +1427,7 @@ class FormList extends React.Component {
<
div
<
div
id
=
"mobelDiv"
id
=
"mobelDiv"
className
=
{
'mobelDivClassName'
}
className
=
{
'mobelDivClassName'
}
data
-
tag
=
{
'/libs/formList/index.js-1431'
}
style
=
{{
style
=
{{
overflow
:
'hidden'
,
overflow
:
'hidden'
,
width
:
isMobile
?
showMobileDiv
:
showDiv
,
width
:
isMobile
?
showMobileDiv
:
showDiv
,
...
@@ -1459,7 +1460,9 @@ class FormList extends React.Component {
...
@@ -1459,7 +1460,9 @@ class FormList extends React.Component {
overflow
:
'hidden'
,
overflow
:
'hidden'
,
width
:
isMobile
?
showMobileDiv
:
showDiv
,
width
:
isMobile
?
showMobileDiv
:
showDiv
,
height
:
'100%'
,
height
:
'100%'
,
}}
>
}}
data
-
tag
=
{
'/libs/formList/index.js-1463'
}
>
<
div
>
<
div
>
{
get
===
'mobile'
?
<
div
>
手机端
,
请使用浏览器将手机横屏查看
<
/div> : null
}
{
get
===
'mobile'
?
<
div
>
手机端
,
请使用浏览器将手机横屏查看
<
/div> : null
}
{
showDiv
&&
(
{
showDiv
&&
(
...
...
one_stop_public/tableCompon/index.jsx
浏览文件 @
814f651a
...
@@ -943,7 +943,10 @@ export default class TableCom extends Component {
...
@@ -943,7 +943,10 @@ export default class TableCom extends Component {
};
};
isChange
=
true
;
isChange
=
true
;
}
}
if
(
!
isChange
)
{
if
(
!
isChange
&&
typeof
sqlKeys
[
sqlKey
].
data
!==
'undefined'
)
{
// typeof sqlKeys[sqlKey].data !== 'undefined' 解决此函数多次调用第一次还没返回结果又调用第二次导致data为undefined的问题 3665 【1.0组件优化】列表组件优化
// 姚鑫国说的 jsParams参数变了没调接口
if
(
callback
)
{
if
(
callback
)
{
const
data
=
sqlKeys
[
sqlKey
].
data
;
const
data
=
sqlKeys
[
sqlKey
].
data
;
if
(
json
.
optionType
&&
json
.
optionType
===
'func'
)
{
if
(
json
.
optionType
&&
json
.
optionType
===
'func'
)
{
...
@@ -4118,6 +4121,7 @@ ${obj[dataColumn.base52]}
...
@@ -4118,6 +4121,7 @@ ${obj[dataColumn.base52]}
{
title
&&
(
{
title
&&
(
<
span
<
span
data
-
cell
-
component
-
name=
{
json
.
comName
||
'no_com'
}
data
-
cell
-
component
-
name=
{
json
.
comName
||
'no_com'
}
data
-
tag=
{
'/tableCompon/index.jsx-4121'
}
style=
{
{
style=
{
{
position
:
'relative'
,
position
:
'relative'
,
top
:
'-0.5px'
,
top
:
'-0.5px'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论