From f29d9e15c8b2b37557f39c743a818732ee1e27d2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 11 Feb 2022 13:47:23 +0800 Subject: [PATCH] 27314 --- project/sass/apps/AppReportAiWill/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()"