Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Optimization: 导入数据 功能优化
Browse files Browse the repository at this point in the history
删除多余 console 代码
  • Loading branch information
Wisenl committed Feb 6, 2020
1 parent cbbeb7a commit f68cce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/app-main/components/main-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ export default {
if (this.jsonData && this.jsonData.formDesc) {
let keys = Object.keys(formAttrDefault)
this.jsonTempFormAttr = Object.assign(formAttrDefault, _.pick(this.jsonData, keys)) // 临时预览的 formAttr
console.log(this.jsonTempFormAttr)
this.innerDialogShow = true
} else {
this.$message.error('数据必须有 "formDesc" 属性!')
Expand Down

0 comments on commit f68cce1

Please sign in to comment.