|
@@ -110,7 +110,6 @@ const updateData = () => {
|
|
|
const data = formatData(Other.deepClone(fileList.value));
|
|
|
emit('update:format', data);
|
|
|
emit('change',fileList.value,data)
|
|
|
- console.log('1211212',data)
|
|
|
};
|
|
|
// 获取文件的文件名
|
|
|
const getFileName = (fileName: string): string | undefined => {
|