fix(项目设置): 去掉console

This commit is contained in:
wxg0103 2023-03-20 12:28:23 +08:00 committed by wxg0103
parent 191482cec3
commit 9d1c7cf2e4
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ export default {
// TODO key
},
changeType(data) {
console.log(data);
data.value = '';
if (!data.delimiter || (!data.files && data.files.length === 0) || !data.quotedData) {
data.delimiter = ',';