Skip to content

Commit 277e135

Browse files
committed
chore: 修复前端编译错误
1 parent eb6a8ee commit 277e135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/template/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<h4 style="padding-bottom: 8px">供应商</h4>
66
<div class="model-list-height-left">
77
<ul class="mb-8">
8-
<li @click="clickListHandle" class="cursor">
8+
<li @click="clickListHandle(allObj as Provider)" class="cursor">
99
<div class="flex">
1010
<AppIcon
1111
class="mr-8"

0 commit comments

Comments
 (0)