JX.LI 1 year ago
parent
commit
8be74d1a6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/resources.vue

+ 1 - 1
src/views/resources.vue

@@ -172,7 +172,7 @@
       },
       // 根据名称筛选资源点位
       searchByName() {
-        this.$modal.msgSuccess("正在查询,请稍后...");
+        // this.$modal.msgSuccess("正在查询,请稍后...");
         this.fireControlViewPoint(this.resourceTable, this.searchName);
       },
       /** ----------------------------------底部按钮公用组件开始------------------------------------- */