Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
罗鑫霖
/
vion-tools
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cfe6a49b
authored
May 15, 2024
by
Tianqing Liu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: 批次,删除功能去掉pitcure_url验证
1 parent
631c2347
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/SnapshotCluster/batchesResult/batchesResult.vue
src/views/SnapshotCluster/batchesResult/batchesResult.vue
View file @
cfe6a49
...
@@ -336,7 +336,7 @@
...
@@ -336,7 +336,7 @@
)
)
return
return
}
}
if
(
!
currobj
.
value
.
picture_url
){
/*
if(!currobj.value.picture_url){
ElMessage(
ElMessage(
{
{
message: `请选择有效的图片`,
message: `请选择有效的图片`,
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
}
}
)
)
return
return
}
}
*/
ElMessageBox
.
confirm
(
'是否确认删除该批次记录?'
,
{
ElMessageBox
.
confirm
(
'是否确认删除该批次记录?'
,
{
confirmButtonText
:
'确认'
,
confirmButtonText
:
'确认'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
...
Write
Preview
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