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
c63089e4
authored
2025-01-09 22:39:34 +0800
by
村长大人
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复BUG
1 parent
da0e5ab8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
src/views/legao/problem/index.vue
src/views/legao/problem/index.vue
View file @
c63089e
...
...
@@ -166,6 +166,8 @@ const data = reactive({
]
})
const
tableRefs
=
ref
(
null
)
const
{
status
,
queryParams
,
total
,
list
,
showForm
,
rules
}
=
toRefs
(
data
)
...
...
@@ -206,10 +208,13 @@ function handleEdit (row) {
function
btn_add
()
{
showForm
.
value
.
title
=
proxy
.
$t
(
'advertisement.dialogTitleAdd'
)
showForm
.
value
=
{
...
showForm
.
value
,
open
:
true
showForm
.
value
.
open
=
true
showForm
.
value
.
form
=
{
showWindows
:
0
,
showAndroid
:
0
,
showIos
:
0
,
}
console
.
log
(
showForm
.
value
.
form
)
}
function
handleDel
(
row
)
{
proxy
.
$modal
.
confirm
(
`是否删除问题:
${
row
.
name
}
的数据`
).
then
(()
=>
{
...
...
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