Skip to content

Commit

Permalink
fix(queryZetaProduct): queryProductTemplet
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Jun 9, 2022
1 parent 7e243d2 commit 5bfb08c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/CloudPressure/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@
},
async queryZetaProduct() {
const { results: zeta = [] } = await queryProductTemplet({
excludeKeys:
'children,thing,decoder,topics,productSecret,view,category,producttemplet,content,profile',
where: { name: 'zeta压测报告' },
})
const { results: product = [] } = await queryProduct({
Expand Down

0 comments on commit 5bfb08c

Please sign in to comment.