We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6a8ee commit 277e135Copy full SHA for 277e135
ui/src/views/template/index.vue
@@ -5,7 +5,7 @@
5
<h4 style="padding-bottom: 8px">供应商</h4>
6
<div class="model-list-height-left">
7
<ul class="mb-8">
8
- <li @click="clickListHandle" class="cursor">
+ <li @click="clickListHandle(allObj as Provider)" class="cursor">
9
<div class="flex">
10
<AppIcon
11
class="mr-8"
0 commit comments