fix: 修改参数
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
<template #left>
|
<template #left>
|
||||||
<el-button type="primary" icon="iconfont iconAdd" @click="handleAdd">添加</el-button>
|
<el-button type="primary" icon="iconfont iconAdd" @click="handleAdd">添加</el-button>
|
||||||
<ai-select
|
<ai-select
|
||||||
v-model="search.genre"
|
v-model="search.type"
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
placeholder="请选择事件类型"
|
placeholder="请选择事件类型"
|
||||||
:selectList="$dict.getDict('shopScoreType')">
|
:selectList="$dict.getDict('shopScoreType')">
|
||||||
</ai-select>
|
</ai-select>
|
||||||
<ai-select
|
<ai-select
|
||||||
v-model="search.type"
|
v-model="search.listType"
|
||||||
@change="(search.current = 1), getList()"
|
@change="(search.current = 1), getList()"
|
||||||
placeholder="请选择自定义事件"
|
placeholder="请选择自定义事件"
|
||||||
:selectList="dictList">
|
:selectList="dictList">
|
||||||
@@ -171,7 +171,7 @@ export default {
|
|||||||
if(e){
|
if(e){
|
||||||
this.queryListTypeByType(e)
|
this.queryListTypeByType(e)
|
||||||
}else {
|
}else {
|
||||||
this.search.type = ''
|
this.search.listType = ''
|
||||||
this.dictList = []
|
this.dictList = []
|
||||||
this.search.current = 1
|
this.search.current = 1
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user