Commit 402f77ca authored by 田翔's avatar 田翔

fix: 去掉打印

parent ba78b0f0
...@@ -137,7 +137,6 @@ const formAutomatic = async (params) => { ...@@ -137,7 +137,6 @@ const formAutomatic = async (params) => {
data.forEach(v => { data.forEach(v => {
let path = getPath(params.schema, v.fieldName) let path = getPath(params.schema, v.fieldName)
if (path) { if (path) {
console.log('params', params, path)
if (['DateTime', 'Time'].includes(params.widget)) { if (['DateTime', 'Time'].includes(params.widget)) {
if (v.fieldValue !== 0) { if (v.fieldValue !== 0) {
params.form.setValueByPath(path, v.fieldValue + '') params.form.setValueByPath(path, v.fieldValue + '')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment