feat: 评分任务
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
v-model="search.storeLevel"
|
||||
@change="(search.current = 1), getList()"
|
||||
placeholder="门店等级"
|
||||
multiple
|
||||
:selectList="$dict.getDict('storeLevel')">
|
||||
</ai-select>
|
||||
<ai-search label="录入时间">
|
||||
@@ -167,6 +168,7 @@ export default {
|
||||
size: 10,
|
||||
girdCode:'',
|
||||
girdName:'',
|
||||
storeLevel:[],
|
||||
girdInfoList:[]
|
||||
},
|
||||
ids: [],
|
||||
@@ -295,7 +297,8 @@ export default {
|
||||
getList() {
|
||||
this.instance.post(`/app/appshoparchives/list`, null, {
|
||||
params: {
|
||||
...this.search
|
||||
...this.search,
|
||||
storeLevel:this.search.storeLevel.join(',')
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user