lifanagju_citu 4 дней назад
Родитель
Сommit
f00065d478
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/menduner/system/talentMap/components/card.vue

+ 1 - 0
src/views/menduner/system/talentMap/components/card.vue

@@ -271,6 +271,7 @@ const getList = async () => {
 
 /** 搜索按钮操作 */
 const handleQuery = () => {
+  message.warning('搜索正在建设中...')
   queryParams.pageNo = 1
   getList()
 }