Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
47a5aedb
Commit
47a5aedb
authored
Oct 18, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-18 文档库复制目录接口调整
parent
6f2a9cb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
HGWD001.js
src/main/webapp/HG/WD/HGWD001.js
+4
-1
No files found.
src/main/webapp/HG/WD/HGWD001.js
View file @
47a5aedb
...
@@ -517,7 +517,7 @@ $(function () {
...
@@ -517,7 +517,7 @@ $(function () {
query
:
function
(
e
)
{
query
:
function
(
e
)
{
let
inEiInfo
=
new
EiInfo
();
let
inEiInfo
=
new
EiInfo
();
let
fileId
=
IPLATUI
.
EFTree
.
categoryTree
.
selectTreeNode
.
fileId
;
let
fileId
=
IPLATUI
.
EFTree
.
categoryTree
.
selectTreeNode
.
fileId
;
inEiInfo
.
set
(
"inqu_status2-0-
parent
Id"
,
fileId
);
inEiInfo
.
set
(
"inqu_status2-0-
file
Id"
,
fileId
);
return
inEiInfo
;
return
inEiInfo
;
}
}
},
},
...
@@ -599,6 +599,9 @@ let editCallback = function (parentOrgId) {
...
@@ -599,6 +599,9 @@ let editCallback = function (parentOrgId) {
// 回填父级ID
// 回填父级ID
if
(
parentOrgId
!=
null
){
if
(
parentOrgId
!=
null
){
$
(
"#inqu_status-0-orgParentId"
).
val
(
parentOrgId
);
$
(
"#inqu_status-0-orgParentId"
).
val
(
parentOrgId
);
}
else
{
let
parentId
=
IPLATUI
.
EFTree
.
categoryTree
.
selectTreeNode
.
parentId
;
$
(
"#inqu_status-0-orgParentId"
).
val
(
parentId
);
}
}
refreshTree
();
refreshTree
();
}
}
...
...
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