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

Loading…
Cancel
Save