Browse Source

设定范围内无该资源信息

qinhouyu 2 năm trước cách đây
mục cha
commit
7cd0705187
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/eventdetailsdialog.vue

+ 3 - 0
src/views/eventdetailsdialog.vue

@@ -1629,6 +1629,9 @@ export default {
         }
         if (type != 'sxt') {
           fireControlViewPoint(param).then(res => {
+            if(res.data.pointList!=null&&res.data.pointList.length==0){
+              this.$message.warning("设定范围内无该资源信息!")
+            }
             if (res.data != null && res.data.pointList.length > 0) {
               this.resourcesListCheck.push(type)
               var markersList = []