Skip to content

Commit

Permalink
fix: createProduct
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed Mar 17, 2023
1 parent b9d7b30 commit 962d1c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/views/DeviceCloud/manage/product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@
</el-row>
</template>

<a-card-meta
:title="o.name"
:description="o.devType"
>
<a-card-meta :title="o.name" :description="o.devType">
<template #avatar>
<el-image
style="height: 40px"
Expand Down Expand Up @@ -2606,6 +2603,7 @@
decoder: {},
config: {
checkList: this.form.config.checkList,
interval: -1,
},
},
params = _.merge(initparams, addparams)
Expand Down

0 comments on commit 962d1c0

Please sign in to comment.