fix: 去除打印
This commit is contained in:
@@ -237,9 +237,8 @@ export default {
|
|||||||
search: `${n.search}`,
|
search: `${n.search}`,
|
||||||
display: `${n.display}`,
|
display: `${n.display}`,
|
||||||
param: n.param && typeof n.param === 'string' ? JSON.parse(n.param) : {},
|
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': {
|
'editAssetMeta.search': {
|
||||||
|
|||||||
Reference in New Issue
Block a user