소스 검색

数据中心-资源搜索 去除提示

付宇航 1 년 전
부모
커밋
3affc4a511
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/datacenter.vue

+ 1 - 1
src/views/datacenter.vue

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