@@ -100,7 +100,6 @@ const user = {
// 登出
Logout ({ commit, state }) {
- debugger
return new Promise((resolve) => {
logout({ keys: state.token }).then(() => {
resolve()
@@ -295,7 +295,6 @@ export default {
this.listQuery = {}
},
handleInTraceIdShow (rowJson) {
this.listQuery.traceId = rowJson
this.listLoading = true
details(this.listQuery).then(response => {
@@ -763,7 +763,6 @@ export default {
this.userForm.area
]
}
if (this.userForm.organizationId) {
var orgStr = this.selectOrgListByLastId(this.orgList, this.userForm.organizationId)
this.userForm.organizationId = orgStr.split(',').map(String)