648540858
2022-07-19 28b5cc39d0a2d9939f70b4c980a31d9b27fc1e4c
web_src/src/components/dialog/platformEdit.vue
@@ -201,7 +201,7 @@
          that.platform.devicePort = res.data.devicePort;
          that.platform.username = res.data.username;
          that.platform.password = res.data.password;
          that.platform.treeType = res.data.treeType;
          that.platform.treeType = "BusinessGroup";
          that.platform.administrativeDivision = res.data.username.substr(0, 6);
        }).catch(function (error) {
          console.log(error);