Browse Source

设备用途多选

yanliming 4 years ago
parent
commit
0cb2a11a39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/base/deviceInfo-list.vue

+ 1 - 1
src/views/base/deviceInfo-list.vue

@@ -519,7 +519,7 @@ export default {
       "catalogName" : "设备用途"
       "catalogName" : "设备用途"
     }).then(response => {
     }).then(response => {
       var jsonData = response.data;
       var jsonData = response.data;
-      this.sceneDroList = jsonData.data;
+      this.sceneList = jsonData.data;
     });
     });
 
 
     var self = this;
     var self = this;