Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_web
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
yujian
lmp_web
Commits
55358229
Commit
55358229
authored
Apr 12, 2024
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标记删除修改。
parent
deac55ed
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
particulars.vue
...ervices/myDataSet/versionsTableBox/dialog/particulars.vue
+1
-1
index.vue
...raining/dataServices/myDataSet/versionsTableBox/index.vue
+1
-1
particulars.vue
.../onlineAnnotation/versionsTableBox/dialog/particulars.vue
+1
-1
index.vue
.../dataServices/onlineAnnotation/versionsTableBox/index.vue
+1
-1
No files found.
src/views/gptTraining/dataServices/myDataSet/versionsTableBox/dialog/particulars.vue
View file @
55358229
...
...
@@ -159,7 +159,7 @@ export default {
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
let
params
=
{
id
:
item
.
_
id
,
versionId
:
item
.
versionId
}
let
params
=
{
id
:
item
.
id
,
versionId
:
item
.
versionId
}
DatasetData
.
delete
(
this
,
params
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
'删除成功'
)
...
...
src/views/gptTraining/dataServices/myDataSet/versionsTableBox/index.vue
View file @
55358229
...
...
@@ -144,7 +144,7 @@ export default {
},
del
(
data
)
{
if
(
this
.
versionList
.
length
===
1
)
{
this
.
$message
.
warning
(
'必须
存在一个版本
'
)
this
.
$message
.
warning
(
'必须
保留一个数据集版本!
'
)
return
}
this
.
$confirm
(
'是否确认删除'
,
'提示'
,
{
...
...
src/views/gptTraining/dataServices/onlineAnnotation/versionsTableBox/dialog/particulars.vue
View file @
55358229
...
...
@@ -159,7 +159,7 @@ export default {
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
let
params
=
{
id
:
item
.
_
id
,
versionId
:
item
.
versionId
}
let
params
=
{
id
:
item
.
id
,
versionId
:
item
.
versionId
}
DatasetData
.
delete
(
this
,
params
)
.
then
((
res
)
=>
{
this
.
$message
.
success
(
'删除成功'
)
...
...
src/views/gptTraining/dataServices/onlineAnnotation/versionsTableBox/index.vue
View file @
55358229
...
...
@@ -143,7 +143,7 @@ export default {
},
del
(
data
)
{
if
(
this
.
versionList
.
length
===
1
)
{
this
.
$message
.
warning
(
'必须
存在一个版本
'
)
this
.
$message
.
warning
(
'必须
保留一个数据集版本!
'
)
return
}
this
.
$confirm
(
'是否确认删除'
,
'提示'
,
{
...
...
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