Browse Source

移除debugger

xiewenjie 3 years ago
parent
commit
937b5a9e4e

+ 0 - 1
src/store/modules/user.js

@@ -100,7 +100,6 @@ const user = {
 
     // 登出
     Logout ({ commit, state }) {
-      debugger
       return new Promise((resolve) => {
         logout({ keys: state.token }).then(() => {
           resolve()

+ 0 - 1
src/views/system/common/log/logTable.vue

@@ -295,7 +295,6 @@ export default {
          this.listQuery = {}
     },
     handleInTraceIdShow (rowJson) {
-      debugger
       this.listQuery.traceId = rowJson
       this.listLoading = true
       details(this.listQuery).then(response => {

+ 0 - 1
src/views/system/user/userTable.vue

@@ -763,7 +763,6 @@ export default {
           this.userForm.area
         ]
       }
-      debugger
       if (this.userForm.organizationId) {
         var orgStr = this.selectOrgListByLastId(this.orgList, this.userForm.organizationId)
         this.userForm.organizationId = orgStr.split(',').map(String)