fix: 去除打印

This commit is contained in:
@changcode
2021-05-26 10:59:29 +08:00
parent 23eafe446e
commit caee2a009b

View File

@@ -237,9 +237,8 @@ export default {
search: `${n.search}`,
display: `${n.display}`,
param: n.param && typeof n.param === 'string' ? JSON.parse(n.param) : {},
type: n.type.toUpperCase(),
type: n.type.toUpperCase()
}
console.log(this.editAssetMeta)
}
},
'editAssetMeta.search': {