Browse Source

去掉查询提示

qinhouyu 1 year ago
parent
commit
23acd79c9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/datacenter.vue

+ 1 - 1
src/views/datacenter.vue

@@ -203,7 +203,7 @@ export default {
     },
     // 根据名称筛选资源点位
     searchByName() {
-      this.$modal.msgSuccess("正在查询,请稍后...");
+      // this.$modal.msgSuccess("正在查询,请稍后...");
       this.fireControlViewPoint(this.resourceTable, this.searchName,"search");
     },
     fatherMethod(dianshiqiang, longitude, latitude, item) {