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