Commit cfe6a49b by Tianqing Liu

feat: 批次,删除功能去掉pitcure_url验证

1 parent 631c2347
......@@ -336,7 +336,7 @@
)
return
}
if(!currobj.value.picture_url){
/* if(!currobj.value.picture_url){
ElMessage(
{
message: `请选择有效的图片`,
......@@ -344,7 +344,7 @@
}
)
return
}
} */
ElMessageBox.confirm('是否确认删除该批次记录?', {
confirmButtonText: '确认',
cancelButtonText: '取消',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!