Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5lcyq
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5lcyq
Commits
38d06ed6
Commit
38d06ed6
authored
Feb 26, 2019
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冲突解决
parent
7440fc65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
13 deletions
+1
-13
formmodelTab.js
WebContent/process/pages/formmodel/js/formmodelTab.js
+0
-13
viewAction.java
src_process/com/gaowj/formmodel/action/viewAction.java
+1
-0
No files found.
WebContent/process/pages/formmodel/js/formmodelTab.js
View file @
38d06ed6
...
@@ -136,7 +136,6 @@ function addRow(){
...
@@ -136,7 +136,6 @@ function addRow(){
//加载增加子页面成功后的回调
//加载增加子页面成功后的回调
function
addUrlOnloadCallback
(
is_row
){
function
addUrlOnloadCallback
(
is_row
){
is_row
.
MODEL_CONTENT
=
''
;
is_row
.
MODEL_CONTENT
=
''
;
initUeditor
(
is_row
);
}
}
//保存
//保存
function
insertData
(
is_entity
){
function
insertData
(
is_entity
){
...
@@ -174,18 +173,6 @@ function updateUrlOnloadCallback(is_row){
...
@@ -174,18 +173,6 @@ function updateUrlOnloadCallback(is_row){
break
;
break
;
}
}
}
}
initUeditor
(
is_row
);
}
function
initUeditor
(
is_row
){
return
UE
.
delEditor
(
'ueditId'
);
var
ue
=
UE
.
getEditor
(
'ueditId'
,{});
ue
.
ready
(
function
(){
//设置编辑器的内容
ue
.
setContent
(
is_row
.
MODEL_CONTENT
);
});
}
}
//保存
//保存
...
...
src_process/com/gaowj/formmodel/action/viewAction.java
View file @
38d06ed6
...
@@ -35,6 +35,7 @@ public class viewAction extends BasicAction{
...
@@ -35,6 +35,7 @@ public class viewAction extends BasicAction{
}
}
request
.
setAttribute
(
"is_row"
,
query2
);
request
.
setAttribute
(
"is_row"
,
query2
);
return
"formmodelTabDetail"
;
return
"formmodelTabDetail"
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment