diff --git a/project/sass/apps/AppReportAiWill/components/List.vue b/project/sass/apps/AppReportAiWill/components/List.vue index b26aa37e..c07192f3 100644 --- a/project/sass/apps/AppReportAiWill/components/List.vue +++ b/project/sass/apps/AppReportAiWill/components/List.vue @@ -23,7 +23,7 @@ class="search-input" size="small" @keyup.enter.native="search.current = 1, getList()" - placeholder="请输入内容描述/上报人" + placeholder="请输入内容描述" clearable @change="getList" @clear="search.current = 1, search.content = '', getList()"