打印移除

This commit is contained in:
wkj 2023-12-05 15:33:53 +08:00
parent 991de084b9
commit 71777b399f
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ export default OakComponent({
}
},
formData({ data }) {
console.log(data);
return data || {};
},
});

View File

@ -28,7 +28,6 @@ export default OakComponent({
}
},
formData({ data }) {
console.log(data);
return data || {};
},
});