diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index abd8356e..4bc4ef47 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -40,7 +40,7 @@ class="search-input" size="small" v-throttle="() => {search.current = 1, getList()}" - placeholder="请输入内容描述/上报居民/联系方式" + placeholder="请输入内容描述/上报人员/联系方式" clearable @change="getList" @clear="search.current = 1, search.content = '', getList()"