From 96d190385780aa74e8a58572943e3ad65a8e2182 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期三, 17 三月 2021 05:59:04 +0800
Subject: [PATCH] 删除debugger
---
src/views/dictItem/dicEdit.vue | 2 --
src/views/user/archivesChange.vue | 2 --
src/api/request.js | 1 -
src/views/febs/system/job/Index.vue | 2 --
src/views/febs/system/job/PositionEdit.vue | 1 -
src/views/user/archivesEdit.vue | 1 -
src/views/dashboard/ygUser.vue | 1 -
src/views/febs/system/dict/Index.vue | 2 --
src/views/dashboard/HtUser.vue | 1 -
src/views/dictItem/Index.vue | 2 --
src/views/yunpan/uploadfj.vue | 2 --
11 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/src/api/request.js b/src/api/request.js
index 2ddd47c..a239d35 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -21,7 +21,6 @@
}
return config
}, error => {
- debugger
console.log(error)
Promise.reject(error)
})
diff --git a/src/views/dashboard/HtUser.vue b/src/views/dashboard/HtUser.vue
index 175e2bd..03da2c2 100644
--- a/src/views/dashboard/HtUser.vue
+++ b/src/views/dashboard/HtUser.vue
@@ -118,7 +118,6 @@
return this.selectDictLabel(this.contractStatusOptions, row.contractStatus)
},
transContractStatus(contractStatus, time) {
- debugger
var strtime = time.replace('/-/g', '/')// 时间转换
// 时间
var date1 = new Date(strtime)
diff --git a/src/views/dashboard/ygUser.vue b/src/views/dashboard/ygUser.vue
index 0158034..e860193 100644
--- a/src/views/dashboard/ygUser.vue
+++ b/src/views/dashboard/ygUser.vue
@@ -186,7 +186,6 @@
this.$get('hr/statistics/empBaseInfoList', {
...params
}).then((r) => {
- debugger
const data = r.data.data
that.total = data.total
that.list = data.rows
diff --git a/src/views/dictItem/Index.vue b/src/views/dictItem/Index.vue
index 4ef3a5d..77dfefd 100644
--- a/src/views/dictItem/Index.vue
+++ b/src/views/dictItem/Index.vue
@@ -115,7 +115,6 @@
this.selection = selection
},
add() {
- debugger
this.$refs.edit.setaddDicItem(this.queryParams.dicId)
this.dialog.title = this.$t('common.add')
this.dialog.isVisible = true
@@ -140,7 +139,6 @@
cancelButtonText: this.$t('common.cancel'),
type: 'warning'
}).then(() => {
- debugger
const dicItemId = []
this.selection.forEach((c) => {
dicItemId.push(c.dicItemId)
diff --git a/src/views/dictItem/dicEdit.vue b/src/views/dictItem/dicEdit.vue
index fbfa6a2..2ad71f7 100644
--- a/src/views/dictItem/dicEdit.vue
+++ b/src/views/dictItem/dicEdit.vue
@@ -108,7 +108,6 @@
}
},
setaddDicItem(val) {
- debugger
this.dicItem.dicId = val
},
setdicItem(val) {
@@ -132,7 +131,6 @@
} else {
// update
this.$put('system/dicItem', { ...this.dicItem }).then(() => {
- debugger
this.buttonLoading = false
this.isVisible = false
this.$message({
diff --git a/src/views/febs/system/dict/Index.vue b/src/views/febs/system/dict/Index.vue
index d76c682..506356c 100644
--- a/src/views/febs/system/dict/Index.vue
+++ b/src/views/febs/system/dict/Index.vue
@@ -142,7 +142,6 @@
cancelButtonText: this.$t('common.cancel'),
type: 'warning'
}).then(() => {
- debugger
const dicId = []
this.selection.forEach((c) => {
dicId.push(c.dicId)
@@ -153,7 +152,6 @@
})
},
singleDelete(row) {
- debugger
this.$refs.table.toggleRowSelection(row, true)
this.delete(row.dicId)
},
diff --git a/src/views/febs/system/job/Index.vue b/src/views/febs/system/job/Index.vue
index 8b06d7a..e1622cd 100644
--- a/src/views/febs/system/job/Index.vue
+++ b/src/views/febs/system/job/Index.vue
@@ -140,7 +140,6 @@
cancelButtonText: this.$t('common.cancel'),
type: 'warning'
}).then(() => {
- debugger
const positionId = []
this.selection.forEach((c) => {
positionId.push(c.positionId)
@@ -151,7 +150,6 @@
})
},
singleDelete(row) {
- debugger
this.$refs.table.toggleRowSelection(row, true)
this.delete(row.positionId)
},
diff --git a/src/views/febs/system/job/PositionEdit.vue b/src/views/febs/system/job/PositionEdit.vue
index 4e56470..35645d7 100644
--- a/src/views/febs/system/job/PositionEdit.vue
+++ b/src/views/febs/system/job/PositionEdit.vue
@@ -129,7 +129,6 @@
} else {
// update
this.$put('system/position', { ...this.position }).then(() => {
- debugger
this.buttonLoading = false
this.isVisible = false
this.$message({
diff --git a/src/views/user/archivesChange.vue b/src/views/user/archivesChange.vue
index b8f8eb5..569dbac 100644
--- a/src/views/user/archivesChange.vue
+++ b/src/views/user/archivesChange.vue
@@ -3955,7 +3955,6 @@
this.checkedArr = []
this.$get('hr/empAccessory', { ...params }).then(r => {
r.data.data.forEach((v, i) => {
- debugger
this.checkedArr.push({ isChecked: false, accessoryid: v.accessoryid })
// 一行8个 等于8就换行
if (i % 8 === 0 && i !== 0) {
@@ -4888,7 +4887,6 @@
this.remarkInfoForm.version = ''
},
dialogIsShow() {
- debugger
this.workExperienceModal = false
this.isAdd = true
this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex]
diff --git a/src/views/user/archivesEdit.vue b/src/views/user/archivesEdit.vue
index 7c86252..c25dc0d 100644
--- a/src/views/user/archivesEdit.vue
+++ b/src/views/user/archivesEdit.vue
@@ -5016,7 +5016,6 @@
this.remarkInfoForm.version = ''
},
dialogIsShow() {
- debugger
this.workExperienceModal = false
this.isAdd = true
this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex]
diff --git a/src/views/yunpan/uploadfj.vue b/src/views/yunpan/uploadfj.vue
index 2c16bdb..71e9168 100644
--- a/src/views/yunpan/uploadfj.vue
+++ b/src/views/yunpan/uploadfj.vue
@@ -248,7 +248,6 @@
this.$refs[formName].validate(valid => {
if (valid) {
var checke = ''
- debugger
this.checkedArr.forEach((v, i) => {
if (v.isChecked) {
checke = v.accessoryid
@@ -392,7 +391,6 @@
}
},
showFileImg(type) {
- debugger
switch (type) {
case 'xls':
return require('../../assets/uploading/xls.png')
--
Gitblit v1.8.0