Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
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
wangqi
dd_school
Commits
93120dba
Commit
93120dba
authored
Nov 03, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 社团
parent
6cdedff9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
+6
-0
No files found.
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
View file @
93120dba
...
@@ -422,11 +422,17 @@ export default {
...
@@ -422,11 +422,17 @@ export default {
},
},
// 上传成功回调
// 上传成功回调
handleAvatarSuccess
(
res
,
file
)
{
handleAvatarSuccess
(
res
,
file
)
{
console
.
log
(
"response上传成功回调"
,
res
);
console
.
log
(
"file上传成功回调"
,
file
);
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
uploadList
.
push
(
this
.
pev
+
res
.
fileName
);
this
.
uploadList
.
push
(
this
.
pev
+
res
.
fileName
);
this
.
form
.
file
=
this
.
uploadList
;
this
.
form
.
file
=
this
.
uploadList
;
}
}
console
.
log
(
this
.
pev
,
"this.uploadList111111"
);
console
.
log
(
res
.
fileName
,
"res.fileName"
);
console
.
log
(
this
.
form
.
file
,
"this.form.file"
);
// this.imageUrl = res.data.url;
// this.imageUrl = res.data.url;
// console.log(file);
// console.log(file);
// this.commonUpload(file);
// this.commonUpload(file);
...
...
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