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
883aca87
Commit
883aca87
authored
Sep 10, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-09-10 文档附件获取文件类型优化
parent
c24be753
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
HGWD099A.js
src/main/webapp/HG/WD/HGWD099A.js
+1
-1
No files found.
src/main/webapp/HG/WD/HGWD099A.js
View file @
883aca87
...
...
@@ -15,7 +15,7 @@ $(function () {
var
operType
=
$
(
"#inqu_status-0-operType"
).
val
();
var
ndocId
=
$
(
"#inqu_status-0-ndocId"
).
val
();
var
typeIndex
=
e
.
response
.
docName
.
lastIndexOf
(
"."
);
var
type
=
typeIndex
==
-
1
?
""
:
e
.
response
.
docName
.
substring
(
typeIndex
);
var
type
=
typeIndex
==
-
1
?
e
.
response
.
docType
:
e
.
response
.
docName
.
substring
(
typeIndex
);
var
data
=
{
docId
:
docId
,
docName
:
e
.
response
.
docName
,
...
...
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