Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
adb284fe
Commit
adb284fe
authored
Mar 17, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
19634a58
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
73 additions
and
54 deletions
+73
-54
changeRoom.vue
src/components/stuMan/subscribe/changeRoom.vue
+1
-1
detail.vue
src/components/stuMan/subscribe/detail.vue
+2
-2
subscribeForm.vue
src/components/stuMan/subscribe/subscribeForm.vue
+70
-51
No files found.
src/components/stuMan/subscribe/changeRoom.vue
View file @
adb284fe
...
...
@@ -122,7 +122,7 @@ export default {
message
:
"操作成功"
,
position
:
"top"
});
this
.
$emit
(
"success"
,
this
.
roomObj
.
RoomName
);
this
.
$emit
(
"success"
,
{
Name
:
this
.
roomObj
.
RoomName
,
Id
:
this
.
roomObj
.
RoomId
}
);
this
.
roomObj
=
""
this
.
changeDig
(
false
)
...
...
src/components/stuMan/subscribe/detail.vue
View file @
adb284fe
...
...
@@ -271,8 +271,8 @@
this
.
$emit
(
"success"
);
},
roomHandle
(
val
)
{
this
.
$set
(
this
.
saveObj
,
"RoomName"
,
val
);
this
.
$emit
(
"success"
);
this
.
$set
(
this
.
saveObj
,
"RoomName"
,
val
.
Name
);
this
.
$emit
(
"success"
,
val
);
},
isShowTag
(
arr
,
min
)
{
let
n
=
0
;
...
...
src/components/stuMan/subscribe/subscribeForm.vue
View file @
adb284fe
This diff is collapsed.
Click to expand it.
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