Browse Source

商家端活动报名异常解决

master
dy-hu 1 year ago
parent
commit
7297741f71
  1. 4
      src/views/active/getActive.vue

4
src/views/active/getActive.vue

@ -42,6 +42,7 @@
v-model="formInline.search"
maxlength="20"
class="searchInput"
clearable
:placeholder="$t('common.defaulthint')"
>
<el-select
@ -67,6 +68,7 @@
maxlength="20"
:options="categoryList"
clearable
@change="search"
:props="{
checkStrictly: false,
expandTrigger: 'hover',
@ -82,6 +84,8 @@
v-model="formInline.groupId"
class="type"
placeholder="请选择商品分组"
clearable
@change="search"
>
<el-option
v-for="(item,index) in groupLists"

Loading…
Cancel
Save