This commit is contained in:
sjl
2024-11-14 18:26:34 +08:00
parent 65cb7826d3
commit 87fe66da3e
42 changed files with 188 additions and 204 deletions

View File

@@ -293,7 +293,7 @@ function handleFiles(event: Event) {
const files = target.files
if (files && files.length > 0) {
// 处理文件
console.log(files)
// console.log(files)
ElMessageBox.confirm(
'导入的数据与当前数据有冲突,请选择以哪个数据为主进行覆盖',
'数据冲突',
@@ -342,7 +342,7 @@ const combineClick = () => {
},
)
.then(({ value }) => {
console.log(`合并后的计划名为:`, value)
// console.log(`合并后的计划名为:`, value)
proTable.value?.clearSelection()
proTable.value?.getTableList()
})