Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bc886d9d
authored
2025-06-05 13:57:56 +0800
by
yzj
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
b36895b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/views/legao/course/index.vue
src/views/legao/course/index.vue
View file @
bc886d9
...
...
@@ -247,7 +247,8 @@ function handleEdit (row) {
open
:
true
,
form
:
{
...
row
,
type
:
row
.
type
.
split
(
'、'
)
type
:
row
.
type
.
split
(
'、'
),
packId
:
row
.
packId
||
0
}
}
}
...
...
@@ -257,7 +258,10 @@ function btn_add () {
showForm
.
value
.
title
=
proxy
.
$t
(
'advertisement.dialogTitleAdd'
)
showForm
.
value
=
{
...
showForm
.
value
,
open
:
true
open
:
true
,
form
:
{
packId
:
0
}
}
}
...
...
dev7
@dev7
mentioned in commit
ce05c660
2025-06-05 06:11:54 UTC
mentioned in commit
ce05c660
Toggle commit list
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment