fix: 去除打印
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user