Skip to content

Commit

Permalink
fix: topo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed Nov 12, 2022
1 parent 654ad07 commit 80f2ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CloudFunction/topo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
<el-select
v-model="screenViewId"
@change="handleEditViewId"
filterable
placeholder="请选择"
>
<el-option
Expand Down Expand Up @@ -869,7 +870,6 @@
order: 'createdAt',
excludeKeys: 'data',
skip: 0,
limit: 50,
where: { flag: { $regex: 'Amis' } },
}
let screenViewList = await queryView(param)
Expand Down

1 comment on commit 80f2ac2

@vercel
Copy link

@vercel vercel bot commented on 80f2ac2 Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dgiot-dashboard – ./

dgiot-dashboard-git-master-dgiot.vercel.app
dgiot-dashboard-dgiot.vercel.app
dgiot-dashboard.vercel.app

Please sign in to comment.