去掉debugger
This commit is contained in:
parent
26a8fb860e
commit
d8d563f588
@ -550,7 +550,6 @@ function previewData(){
|
||||
...item,
|
||||
order: index + 1,
|
||||
}))
|
||||
debugger
|
||||
} catch (error) {
|
||||
console.error('文件解析失败:', error)
|
||||
alert('文件格式不正确或已损坏')
|
||||
@ -654,7 +653,7 @@ const tableVisible = ref(false)
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="上传数据源" style="width: 100%;" >
|
||||
<el-form-item label="上传数据集" style="width: 100%;" >
|
||||
<el-upload accept=".xlsx" ref="upload" class="upload-demo"
|
||||
:action=" apiUrl + '/train/upload' "
|
||||
:headers="{ token: getToken() }"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user