修复用户查询sql错误

This commit is contained in:
648540858
2022-07-19 11:13:46 +08:00
parent 4765f9b9f2
commit 03864ae46f
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ export default {
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);