lifanagju_citu пре 4 дана
родитељ
комит
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()
 }