yz_08
2021-03-17 96d190385780aa74e8a58572943e3ad65a8e2182
删除debugger
11个文件已修改
17 ■■■■■ 已修改文件
src/api/request.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/HtUser.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dashboard/ygUser.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dictItem/Index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dictItem/dicEdit.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/dict/Index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/job/Index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/febs/system/job/PositionEdit.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/archivesChange.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/archivesEdit.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/yunpan/uploadfj.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/request.js
@@ -21,7 +21,6 @@
  }
  return config
}, error => {
  debugger
  console.log(error)
  Promise.reject(error)
})
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)
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
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)
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({
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)
    },
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)
    },
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({
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]
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]
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')