This commit is contained in:
shijingjing
2022-06-13 13:42:19 +08:00
parent 3ab05fc552
commit a0b90c4299
2 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<ai-search-bar bottomBorder>
<template slot="left">
<ai-select v-model="search.cyclingType" placeholder="媒资类型" clearable
:selectList="$dict.getDict('dlbResourceType')"
:selectList="$dict.getDict('dlbDyclingType')"
@change=";(page.current = 1), getList()"></ai-select>
<ai-select v-model="search.messageLevel" placeholder="级别" clearable
:selectList="$dict.getDict('dlbMessageUrgency')"