fix: 修改参数

This commit is contained in:
wanglei
2024-06-29 14:27:03 +08:00
parent 388274ace5
commit 29e4d1ec4b

View File

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