Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
sass-admin
Commits
6f4bb144
Commit
6f4bb144
authored
Jun 09, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
502466c6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
dist.zip
+0
-0
src/pages/SystemManagement/Information/addEditForm.jsx
+0
-1
src/pages/SystemManagement/Information/index.jsx
+0
-1
No files found.
dist.zip
View file @
6f4bb144
No preview for this file type
src/pages/SystemManagement/Information/addEditForm.jsx
View file @
6f4bb144
...
@@ -54,7 +54,6 @@ class addEdit extends React.Component {
...
@@ -54,7 +54,6 @@ class addEdit extends React.Component {
componentDidMount
()
{
componentDidMount
()
{
const
{
seeEdit
,
type
,
treeData
}
=
this
.
props
;
const
{
seeEdit
,
type
,
treeData
}
=
this
.
props
;
console
.
log
(
seeEdit
.
pdfOssUrl
,
seeEdit
.
pdfFileName
,
"2222222222222"
);
if
(
seeEdit
&&
seeEdit
.
pdfOssUrl
&&
seeEdit
.
pdfFileName
)
{
if
(
seeEdit
&&
seeEdit
.
pdfOssUrl
&&
seeEdit
.
pdfFileName
)
{
const
defaultFile
=
{
const
defaultFile
=
{
uid
:
`default-
${
Date
.
now
()}
`
,
uid
:
`default-
${
Date
.
now
()}
`
,
...
...
src/pages/SystemManagement/Information/index.jsx
View file @
6f4bb144
...
@@ -769,7 +769,6 @@ class Information extends React.Component {
...
@@ -769,7 +769,6 @@ class Information extends React.Component {
if
(
type
==
"look"
)
{
if
(
type
==
"look"
)
{
this
.
setState
({
visible
:
false
});
this
.
setState
({
visible
:
false
});
}
else
if
(
type
==
"edit"
)
{
}
else
if
(
type
==
"edit"
)
{
console
.
log
(
pdfOssUrl
,
pdfFileName
,
"333333333333"
);
const
jsonEdit
=
{
const
jsonEdit
=
{
id
:
this
.
props
.
seeEdit
.
id
,
id
:
this
.
props
.
seeEdit
.
id
,
logoPath
:
logoPath
?
logoPath
:
this
.
props
.
seeEdit
.
logoPath
,
logoPath
:
logoPath
?
logoPath
:
this
.
props
.
seeEdit
.
logoPath
,
...
...
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