瀏覽代碼

移除debugger

xiewenjie 3 年之前
父節點
當前提交
937b5a9e4e
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      src/store/modules/user.js
  2. 0 1
      src/views/system/common/log/logTable.vue
  3. 0 1
      src/views/system/user/userTable.vue

+ 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)