Explorar el Código

设备用途多选

yanliming hace 4 años
padre
commit
0cb2a11a39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/base/deviceInfo-list.vue

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

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