fix: 修改参数
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user