diff --git a/src/components/IconSelector/README.md b/src/components/IconSelector/README.md
index 503095d08a68db1594710677593761cf28f2703a..49e25b82ed0ad8b732b8e54e1337c3d8e146d609 100644
--- a/src/components/IconSelector/README.md
+++ b/src/components/IconSelector/README.md
@@ -31,7 +31,6 @@ export default {
},
methods: {
handleIconChange (icon) {
- console.log('change Icon', icon)
}
}
}
diff --git a/src/components/menu/index.js b/src/components/menu/index.js
index aa638b91baea097c4827ba423127d2ee23890559..87dc7c28084bb28c9ae1bf15e479d603ec593b81 100644
--- a/src/components/menu/index.js
+++ b/src/components/menu/index.js
@@ -102,7 +102,6 @@ export default {
}, [this.renderIcon(h, menu.meta.icon), h('span', [menu.meta.title])])]
const itemArr = []
const pIndex_ = pIndex + '_' + index
- // console.log('menu', menu)
if (!menu.hideChildrenInMenu) {
menu.children.forEach(function (item, i) {
itemArr.push(this2_.renderItem(h, item, pIndex_, i))
diff --git a/src/components/page/GlobalLayout.vue b/src/components/page/GlobalLayout.vue
index 616a3ef733be65aeee645e1e9da163f11cb8a82e..bde51897910e5be6d4c1d77606984b194161a54f 100644
--- a/src/components/page/GlobalLayout.vue
+++ b/src/components/page/GlobalLayout.vue
@@ -159,7 +159,6 @@ export default {
} else {
left = (this.isMobile() && '0') || ((this.fixSidebar && '64px') || '0')
}
- console.log('left', left)
return left
},
menuSelect () {
diff --git a/src/components/setting/SettingDrawer.vue b/src/components/setting/SettingDrawer.vue
index c719123dd7a35e70efffb6e7786292547b144efc..b9b4af15d11e4462764ccb934cdfa5d8721739cf 100644
--- a/src/components/setting/SettingDrawer.vue
+++ b/src/components/setting/SettingDrawer.vue
@@ -246,10 +246,8 @@ export default {
}
}`
this.$copyText(text).then(message => {
- console.log('copy', message)
this.$message.success('复制完毕')
}).catch(err => {
- console.log('copy.err', err)
this.$message.error('复制失败')
})
},
diff --git a/src/components/tools/Breadcrumb.vue b/src/components/tools/Breadcrumb.vue
index 5e3571dacf8bcec430aa307bb3e01573df08e070..5fb48598d656afe2340e2118127178b6999eba1f 100644
--- a/src/components/tools/Breadcrumb.vue
+++ b/src/components/tools/Breadcrumb.vue
@@ -22,8 +22,6 @@ export default {
},
methods: {
getBreadcrumb () {
- console.log('this.$route.matched', this.$route.matched)
-
this.breadList = []
// this.breadList.push({ name: 'index', path: '/dashboard/', meta: { title: '首页' } })
diff --git a/src/store/modules/app.js b/src/store/modules/app.js
index bd6a494b4aeca8c02e08e13f60bcf71e988e9345..373a97ebf30b058173f67fba19c5d73e289ddfc2 100644
--- a/src/store/modules/app.js
+++ b/src/store/modules/app.js
@@ -30,8 +30,6 @@ const app = {
SET_SIDEBAR_TYPE: (state, type) => {
state.sidebar = type
Vue.ls.set(SIDEBAR_TYPE, type)
-
- // console.log('SET_SIDEBAR_TYPE', type)
},
CLOSE_SIDEBAR: (state) => {
Vue.ls.set(SIDEBAR_TYPE, true)
diff --git a/src/store/modules/timer.js b/src/store/modules/timer.js
index a1b482bb9b6cfb5b42c77d58a77881129c888660..445a4fe8f576eecb9f2ce5f0b67cd35730c9ca53 100644
--- a/src/store/modules/timer.js
+++ b/src/store/modules/timer.js
@@ -78,7 +78,6 @@ const timer = {
*/
AddTimingTask ({ state, commit, dispatch }, messageId) {
const { sendingMap } = state
- console.log(sendingMap)
// 如果循环队列中已存在该uid,需要先干掉,重新计时
let slotIndex = sendingMap.get(messageId)
if (typeof slotIndex !== 'undefined') {
@@ -132,7 +131,6 @@ const timer = {
commit('DEL_SENDING_MAP', uid)
// 添加到失败列表中
commit('ADD_FAIL_SET', uid)
- console.log(`消息:<${uid}>超时,发送失败!`)
}
// 置空该集合
slotSet.clear()
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 66d8409964ddbfeb2b3cf80caadc4d25043e0c14..ddda3b688181b8464e61f6f7dc0ee7ccd5abd8dd 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -93,7 +93,6 @@ const user = {
// })
// role.permissionList = role.permissions.map(permission => { return permission.permissionId })
commit('SET_ROLES', result.userRole)
- console.log('loginret', result)
// result.roles = this.wxRoles
commit('SET_INFO', result)
commit('SET_POSITIONS', result.positions)
diff --git a/src/utils/permissions.js b/src/utils/permissions.js
index f8668bb3966cde222e497b8d07ab09e1a59be90b..5096a3a450fc7eea1d3a5fd5d1ecd0109581eb0b 100644
--- a/src/utils/permissions.js
+++ b/src/utils/permissions.js
@@ -2,7 +2,6 @@ export function actionToObject (json) {
try {
return JSON.parse(json)
} catch (e) {
- console.log('err', e.message)
}
return []
}
diff --git a/src/utils/util.js b/src/utils/util.js
index 52fe99767caf5ca8f3882f38134bb514e92c9f7b..8e5ae4e61e75ecfdb6cf9381e375647649dccdac 100644
--- a/src/utils/util.js
+++ b/src/utils/util.js
@@ -220,7 +220,6 @@ export const dateStr = (date) => {
// a.click()
// window.URL.revokeObjectURL(url)
// }).catch(e => {
-// console.log(e)
// })
// }
diff --git a/src/views/admin/UserEdit.vue b/src/views/admin/UserEdit.vue
index e83e65bc7e761493d4b294f7dd98d641b2330e86..990fb0b59ad408302dfc0d9bfe22bd497f4c0b7b 100644
--- a/src/views/admin/UserEdit.vue
+++ b/src/views/admin/UserEdit.vue
@@ -265,14 +265,12 @@ export default {
res.result.adminRoleEntity.forEach((itemrole, index) => {
this.rolechecked.push(itemrole === undefined ? '' : itemrole.id)
})
- console.log('rolechecked',this.rolechecked)
})
}
- // 加载所有角色信息
+ // 加载所有角色 信息
getRoleList().then(res => {
const result = res.result.data
result.forEach((res) => {
- console.log('roleopts',this.roleopts)
this.roleopts.push({ 'key': res.id, 'title': res.name })
})
})
diff --git a/src/views/app/expense/approve_modal.vue b/src/views/app/expense/approve_modal.vue
index eb7e744abcb80937a9e2a43147b219a0fd03af03..303749bf1f88040a4352d091c20b4b77225ed20d 100644
--- a/src/views/app/expense/approve_modal.vue
+++ b/src/views/app/expense/approve_modal.vue
@@ -191,7 +191,6 @@ export default {
* 获取人员信息
*/
getInfo () {
- console.log('idssss', this.ids)
this.$nextTick(() => {
this.form.setFieldsValue({
qfrq: this.ids[0].qfrq
@@ -207,11 +206,9 @@ export default {
})
},
getHistory () {
- console.log('bxdh', this.bxdh)
query('/wb/ribs/historyQuery', 'GET', { bxdh: this.bxdh }, {})
.then(res => {
this.timeLineData = res.result.data
- console.log('resbxdh', res.result.data)
})
.catch(() => {
this.$notification['info']({
diff --git a/src/views/app/expense/fillin_main.vue b/src/views/app/expense/fillin_main.vue
index ac50778c9e3c58a9e4e9e951141d03b8afb1af6f..1b94e8a74a5b7fda17ef43f045b0e2343c7de3f1 100644
--- a/src/views/app/expense/fillin_main.vue
+++ b/src/views/app/expense/fillin_main.vue
@@ -243,7 +243,6 @@ export default {
this.url = '/wb/ribs/cyfInfo'
} /* else if (this.currentType === 'evectionquery' || this.currentType === 'mealquery' || this.currentType === 'trafficquery') {
this.url = '/wb/ribs/queryDetail'
- console.log('routequery', this.$route.query)
param = { 'bxdh': bxdh, 'bxlx': bxlx }
} */
if (this.bxdh !== null && this.bxdh !== undefined) {
diff --git a/src/views/app/expense/history_main.vue b/src/views/app/expense/history_main.vue
index 5ca643f49c201edf990ebf0ce14aaddc296bfbb1..b2fe81e3349446e3d9f8c4679fea4662789792aa 100644
--- a/src/views/app/expense/history_main.vue
+++ b/src/views/app/expense/history_main.vue
@@ -229,7 +229,6 @@ export default {
* 获取列表
*/
init (reset = true) {
- console.log('*********in')
const windowHeight = window.innerHeight
this.cardHeight = { height: windowHeight - 240 + 'px' }
this.mode = this.$route.query.mode
diff --git a/src/views/app/expense/menu.vue b/src/views/app/expense/menu.vue
index 8e4134b2122b6336efafd4e9508292e185ca6b7c..15a33adede48ec7dffc3a04327e94e30b7e625c3 100644
--- a/src/views/app/expense/menu.vue
+++ b/src/views/app/expense/menu.vue
@@ -57,7 +57,6 @@ export default {
/* findRole () {
query('/wb/ribs/findRole', 'GET', {}, {}).then(res => {
this.roleIds = res.result.data
- console.log('resbxdh', res.result.data)
}).catch(() => {
this.$notification['info']({
message: '获取人员信息失败',
diff --git a/src/views/exception/707.vue b/src/views/exception/707.vue
index 4f3b512ea133382f75995005f99c6523dfb48a84..bf33b206d8495ef18a73d83f147b6b59fd909d81 100644
--- a/src/views/exception/707.vue
+++ b/src/views/exception/707.vue
@@ -15,7 +15,6 @@ export default {
},
methods: {
handleDownLoadClient () {
- console.log('下载客户端')
}
}
}
diff --git a/src/views/generate/codefile.vue b/src/views/generate/codefile.vue
index a6f2f9ba5a19c14cda25d399eba99edb6e00a055..a099c1df57c94ca1166b40a02b82960567284878 100644
--- a/src/views/generate/codefile.vue
+++ b/src/views/generate/codefile.vue
@@ -101,7 +101,6 @@ export default {
// const a = document.createElement('a')
// a.href = 'http://127.0.0.1:8089/zzFileManage/downloadFileOwn?fileId=TqTn6LdF'
// a.click()
- console.log(selectInfo.path)
fileDownload('', '')
}
}
diff --git a/src/views/list/PermissionList.vue b/src/views/list/PermissionList.vue
index cb4868e3e09ced9b933376b56718bf2215b97832..43e377c3e77d00c03b8ed93dc6b7d3825e18efa7 100644
--- a/src/views/list/PermissionList.vue
+++ b/src/views/list/PermissionList.vue
@@ -240,7 +240,6 @@ export default {
},
handleEdit (record) {
this.mdl = Object.assign({}, record)
- console.log(this.mdl)
this.visible = true
},
handleOk () {
diff --git a/src/views/list/RoleList.vue b/src/views/list/RoleList.vue
index c39fd3db0b08070ea248bb5ba795025e351fb24c..c62744911790ca91a3a468ec956e03317c1281ed 100644
--- a/src/views/list/RoleList.vue
+++ b/src/views/list/RoleList.vue
@@ -149,7 +149,6 @@ export default {
})
})
- console.log(this.mdl)
this.visible = true
},
handleOk () {
diff --git a/src/views/list/TableInnerEditList.vue b/src/views/list/TableInnerEditList.vue
index 55a379ad460ea1eba0e2bb46ab7ea726239abff6..4e0171dd17e36732d4efc54a23d7a864757e9d38 100644
--- a/src/views/list/TableInnerEditList.vue
+++ b/src/views/list/TableInnerEditList.vue
@@ -187,7 +187,6 @@ export default {
methods: {
handleChange (value, key, column, record) {
- console.log(value, key, column)
record[column.dataIndex] = value
},
edit (row) {
@@ -203,14 +202,12 @@ export default {
okType: 'danger',
cancelText: '取消',
onOk () {
- console.log('OK')
// 在这里调用删除接口
return new Promise((resolve, reject) => {
setTimeout(Math.random() > 0.5 ? resolve : reject, 1000)
- }).catch(() => console.log('Oops errors!'))
+ }).catch(() => )
},
onCancel () {
- console.log('Cancel')
}
})
},
diff --git a/src/views/list/TreeList.vue b/src/views/list/TreeList.vue
index 5279380c6cf2366d8da21c3e34d1cf2b33329386..7aee6224f0c659d9c5ac9408cdae605f9c27162f 100644
--- a/src/views/list/TreeList.vue
+++ b/src/views/list/TreeList.vue
@@ -121,22 +121,18 @@ export default {
},
methods: {
handleClick (e) {
- console.log('handleClick', e)
this.queryParam = {
key: e.key
}
this.$refs.table.refresh(true)
},
handleAdd (item) {
- console.log('add button, item', item)
this.$message.info(`提示:你点了 ${item.key} - ${item.title} `)
this.$refs.modal.add(item.key)
},
handleTitleClick (item) {
- console.log('handleTitleClick', item)
},
titleClick (e) {
- console.log('titleClick', e)
},
handleSaveOk () {
diff --git a/src/views/list/UserList.vue b/src/views/list/UserList.vue
index 87fb8010c56c35b60259dd1e9d56ab003baf79c2..24f1dcddd3f3111bdc0c9eeae2e253b5bca39d31 100644
--- a/src/views/list/UserList.vue
+++ b/src/views/list/UserList.vue
@@ -216,11 +216,9 @@ export default {
},
created () {
getServiceList().then(res => {
- console.log('getServiceList.call()', res)
})
getRoleList().then(res => {
- console.log('getRoleList.call()', res)
})
},
methods: {
diff --git a/src/views/list/modules/OrgModal.vue b/src/views/list/modules/OrgModal.vue
index d83955c76cfccf4b2c6af315fa45dc2720fc4d85..92accce3ce3735f5e99410871abd62229efe7201 100644
--- a/src/views/list/modules/OrgModal.vue
+++ b/src/views/list/modules/OrgModal.vue
@@ -46,7 +46,6 @@ export default {
},
beforeCreate () {
this.form = this.$form.createForm(this)
- console.log('form::', this.form)
},
created () {
@@ -72,8 +71,6 @@ export default {
this.form.validateFields((err, values) => {
// 验证表单没错误
if (!err) {
- console.log('form values', values)
-
_this.confirmLoading = true
// 模拟后端请求 2000 毫秒延迟
new Promise((resolve) => {
diff --git a/src/views/list/modules/RoleModal.vue b/src/views/list/modules/RoleModal.vue
index 9cd1d4e568c3dd740e47c1cf8f25771a0e4aadde..04346b6e133947c4c332178b6a4eda6b47935cef 100644
--- a/src/views/list/modules/RoleModal.vue
+++ b/src/views/list/modules/RoleModal.vue
@@ -129,7 +129,6 @@ export default {
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.mdl, 'id', 'name', 'status', 'describe'))
})
- console.log('this.mdl', this.mdl)
},
close () {
this.$emit('close')
@@ -141,8 +140,6 @@ export default {
this.form.validateFields((err, values) => {
// 验证表单没错误
if (!err) {
- console.log('form values', values)
-
_this.confirmLoading = true
// 模拟后端请求 2000 毫秒延迟
new Promise((resolve) => {
diff --git a/src/views/list/table/Edit.vue b/src/views/list/table/Edit.vue
index 74b169524d81e0668dba04ecfa90ce6d2c5ebdec..cc3b299980510a0861a35047b2d3bb7567977c41 100644
--- a/src/views/list/table/Edit.vue
+++ b/src/views/list/table/Edit.vue
@@ -135,7 +135,6 @@ export default {
validateFields((err, values) => {
if (!err) {
// eslint-disable-next-line no-console
- console.log('Received values of form: ', values)
}
})
},
@@ -145,13 +144,11 @@ export default {
loadEditInfo (data) {
const { form } = this
// ajax
- console.log(`将加载 ${this.id} 信息到表单`)
new Promise((resolve) => {
setTimeout(resolve, 1500)
}).then(() => {
const formData = pick(data, ['no', 'callNo', 'status', 'description', 'updatedAt'])
formData.updatedAt = moment(data.updatedAt)
- console.log('formData', formData)
form.setFieldsValue(formData)
})
}
diff --git a/src/views/list/table/List.vue b/src/views/list/table/List.vue
index 46e9b4521ec1b7d7bf2f21421dee253789f7ae4a..f27d75bbf57fd95263077d4284185711aa29bd4d 100644
--- a/src/views/list/table/List.vue
+++ b/src/views/list/table/List.vue
@@ -171,7 +171,6 @@ export default {
],
// 加载数据方法 必须为 Promise 对象
loadData: parameter => {
- console.log('loadData.parameter', parameter)
return getServiceList(Object.assign(parameter, this.queryParam))
.then(res => {
return res.result
diff --git a/src/views/par/basicData/ParBasicData.vue b/src/views/par/basicData/ParBasicData.vue
index b8939ffda965866635c273519069270387718b87..25d337ab35c4573ef325de959e12ece6c0b4077f 100644
--- a/src/views/par/basicData/ParBasicData.vue
+++ b/src/views/par/basicData/ParBasicData.vue
@@ -238,7 +238,6 @@ export default {
* 搜索基础数据
*/
onChange (e) {
- console.log('e==', e)
const value = e.target.value
const expandedKeys = this.dataList.map((item) => {
if (item.key.indexOf(value) > -1) {
@@ -299,11 +298,9 @@ export default {
this.itemShowFlag = this.currentitem.level === 4
this.dwlxShowFlag = this.currentitem.level === 2
if (this.currentitem.level === 4) {
- console.log('in4')
this.kpdShowFlag = true
this.kpbzLabel = '考评标准'
} else if (this.currentitem.level === 3) {
- console.log('in3')
if (parentNode.dwlx === '2') {
this.kpdShowFlag = true
this.kpbzLabel = '考评点'
@@ -312,7 +309,6 @@ export default {
this.kpbzLabel = '考评标准'
}
} else {
- console.log('in2')
this.kpdShowFlag = false
this.kpbzLabel = '考评标准'
}
@@ -326,10 +322,8 @@ export default {
const node = tree[i]
if (node.children) {
if (node.children.some(item => item.key === key)) {
- console.log('node=', node)
parentKey = node
} else if (this.getParentNode(key, node.children)) {
- console.log('else=', key)
parentKey = this.getParentNode(key, node.children)
}
}
@@ -341,7 +335,7 @@ export default {
for (let i = 0; i < tree.length; i++) {
const node = tree[i]
if (node.children) {
- if (node.children.some(item => { console.log(item); if (item.key === key) { cuurrentNode = item; return true } else { return false } })) {
+ if (node.children.some(item => { if (item.key === key) { cuurrentNode = item; return true } else { return false } })) {
} else if (this.getNode(key, node.children)) {
cuurrentNode = this.getNode(key, node.children)
}
diff --git a/src/views/par/examPlan/ParExamCate.vue b/src/views/par/examPlan/ParExamCate.vue
index 5e511b6d23c2ff7342bc1c3b7b517250c06e70eb..071f6ffc5464848c9a9b50a703310f75625175cd 100644
--- a/src/views/par/examPlan/ParExamCate.vue
+++ b/src/views/par/examPlan/ParExamCate.vue
@@ -17,8 +17,8 @@
:dataSource="cateList"
:loading="loading"
:rowKey="row => row.id"
- :pagination=false
- >
+ :pagination="false"
+ >
制定考评项
@@ -152,7 +152,6 @@ export default {
this.close()
},
afterClose (selectInfo) {
- console.log(JSON.stringify(selectInfo))
this.loadData(this.queryParam)
}
}
diff --git a/src/views/par/examPlan/ParExamPlan.vue b/src/views/par/examPlan/ParExamPlan.vue
index 676a051e71fddbd63dffadf953849b831f968bea..c29aca4e9cab15333592c9031c22dbdeb2b0efbb 100644
--- a/src/views/par/examPlan/ParExamPlan.vue
+++ b/src/views/par/examPlan/ParExamPlan.vue
@@ -32,11 +32,11 @@
@@ -45,7 +45,7 @@
查询
重置
- 新增
+ 新增
@@ -171,8 +171,6 @@ export default {
* 这里用中间值tempSelected绑定多选框,是为了解决无法多选框无法点击的问题
*/
onChange (value, dateString) {
- console.log('Selected Time: ', value)
- console.log('Formatted Selected Time: ', dateString)
},
/**
* 权限分配弹出框
diff --git a/src/views/par/examPlan/ParExamPlanPersonnel.vue b/src/views/par/examPlan/ParExamPlanPersonnel.vue
index 059df8fecdfdb3e1bf6a9cf54d226f6ba13bfe64..e56ecf2d1e8813397269bf9368fae6356f293a0f 100644
--- a/src/views/par/examPlan/ParExamPlanPersonnel.vue
+++ b/src/views/par/examPlan/ParExamPlanPersonnel.vue
@@ -18,22 +18,22 @@
@@ -42,7 +42,7 @@
查询
重置
- 新增
+ 新增
@@ -161,8 +161,6 @@ export default {
* 这里用中间值tempSelected绑定多选框,是为了解决无法多选框无法点击的问题
*/
onChange (value, dateString) {
- console.log('Selected Time: ', value)
- console.log('Formatted Selected Time: ', dateString)
},
/**
* 权限分配弹出框
diff --git a/src/views/par/parworkinfo/ParWorkInfoDept.vue b/src/views/par/parworkinfo/ParWorkInfoDept.vue
index 61748899e8336f046d2cf33c8ce152db97809a48..2e13b119d1c44d686bb5c8e2e2008a7c4a017633 100644
--- a/src/views/par/parworkinfo/ParWorkInfoDept.vue
+++ b/src/views/par/parworkinfo/ParWorkInfoDept.vue
@@ -367,7 +367,6 @@ export default {
'GET',
parameter
).then(res => {
- console.log('列表结果', res.result)
return res.result
})
},
@@ -490,27 +489,21 @@ export default {
const vm = this
// 获取树形组织信息
getOrgTree({ parentTreeId: 'root' }).then(res => {
- console.log('1111111111122222222222222')
- console.log('组织机构查询', res)
vm.orgTree = vm.genernateTree(res.result.data)
})
// 获取当前登陆人部门
query('/par/parworkinfo' + '/getOrgInfoByStaffId', 'GET', {
id: vm.userInfo.id
}).then(resDept => {
- console.log('人员部门查询', resDept)
const deptId = resDept.result.id
vm.userInfo.deptCode = deptId
// 获取当前部门下人员
query('/par/parworkinfo' + '/getStaffInfoByOrgId', 'GET', {
id: deptId
}).then(res => {
- console.log('人员查询', res)
vm.staffList = res.result
- console.log('人员选择集合', vm.staffList)
})
})
- console.log('当前登录用户', this.userInfo)
},
methods: {
// 周期回显
@@ -533,7 +526,6 @@ export default {
const vm = this
this.confirmLoading = true
this.fileList = [...this.fileList, file]
- console.log('文件', this.fileList)
const formData = new FormData()
this.fileList.forEach(file => {
formData.append('file', file)
@@ -555,7 +547,6 @@ export default {
},
// 详情
detail (record) {
- console.log('详情', record)
this.$refs.parWorkInfoDetailRef.open(record)
},
// 下载
@@ -645,13 +636,11 @@ export default {
},
// 打卡
sign (record) {
- console.log('打卡', record)
this.$refs.signModalRef.open(record)
},
// 派发
hangOut (record) {
const vm = this
- console.log('派发', record)
this.$confirm({
title: '提示',
content: `确认要派发该条记录吗?`,
@@ -682,12 +671,10 @@ export default {
},
// 开始时间变化
startChange (date, str) {
- console.log('开始时间', date, str)
this.selectInfo.kssjstr = str
},
// 截止时间变化
endChange (date, str) {
- console.log('截止时间', date, str)
this.selectInfo.jzsjstr = str
},
/**
@@ -703,7 +690,6 @@ export default {
return value
},
zqxChange (e) {
- console.log('是否周期性变化', e)
const val = e.target.value
if (val === '1') {
this.zqShow = true
@@ -713,7 +699,6 @@ export default {
}
},
onZqChange (value, e) {
- console.log('是否自定义周期', value)
if (value === '6') {
this.zdyzqShow = true
} else {
@@ -733,7 +718,6 @@ export default {
this.zqShow = false
this.zdyzqShow = false
this.qdShow = false
- console.log('点击操作', action, selectInfo)
this.operate = action // 记录当前操作
this.selectInfo = Object.assign({}, selectInfo) // 记录当前操作的数据
if (action === 'add') {
@@ -749,7 +733,6 @@ export default {
if (this.selectInfo.wcsj) {
this.selectInfo.wcsj = moment(this.selectInfo.wcsj, dateFormat)
}
- console.log('日期处理', this.selectInfo)
if (action === 'edit') {
const sfszqxgz = this.selectInfo.sfszqxgz
? this.selectInfo.sfszqxgz
diff --git a/src/views/par/parworkinfo/ParWorkInfoDetail.vue b/src/views/par/parworkinfo/ParWorkInfoDetail.vue
index 90c8a03a31c0ce8ea14f150943633a15d80363ae..ab07c4ddc4eaca9d1b250becfa711c76d20bb0bc 100644
--- a/src/views/par/parworkinfo/ParWorkInfoDetail.vue
+++ b/src/views/par/parworkinfo/ParWorkInfoDetail.vue
@@ -171,7 +171,6 @@ export default {
methods: {
open (record) {
const vm = this
- console.log('详细', record)
this.selectInfo = record
const sfszqxgz = record.sfszqxgz ? record.sfszqxgz : '2'
record.sfszqxgz = sfszqxgz
@@ -204,11 +203,9 @@ export default {
// };
// // 调用请求
// method(actionParam).then(res => {
- // console.log("打卡记录集合", res);
// });
// 获取所有人员
query('/par/parworkinfo/listClock', 'GET', record).then(res => {
- console.log('打卡记录集合', res)
vm.workClockList = res.result.data
vm.tableLoading = false
})
diff --git a/src/views/par/parworkinfo/ParWorkInfoUnit.vue b/src/views/par/parworkinfo/ParWorkInfoUnit.vue
index f116d48061e37cfe6d2ffce569e428322397dc01..3740af379c6fd3d600962846e05d77b1f3c02605 100644
--- a/src/views/par/parworkinfo/ParWorkInfoUnit.vue
+++ b/src/views/par/parworkinfo/ParWorkInfoUnit.vue
@@ -351,7 +351,6 @@ export default {
loadData: parameter => {
return query('/par/parworkinfo' + '/queryPage', 'GET', parameter).then(
res => {
- console.log('列表结果', res.result)
return res.result
}
)
@@ -477,23 +476,18 @@ export default {
const vm = this
// 获取树形组织信息
getOrgTree({ parentTreeId: 'root' }).then(res => {
- console.log('1111111111122222222222222')
- console.log('组织机构查询', res)
vm.orgTree = vm.genernateTree(res.result.data)
})
// 获取所有人员
query('/admin/pmUser' + '/findStaffAll', 'GET').then(res => {
- console.log('人员查询', res)
vm.staffList = res.result
})
- console.log('当前登录用户', this.userInfo)
},
methods: {
beforeUpload (file) {
const vm = this
this.confirmLoading = true
this.fileList = [...this.fileList, file]
- console.log('文件', this.fileList)
const formData = new FormData()
this.fileList.forEach(file => {
formData.append('file', file)
@@ -515,7 +509,6 @@ export default {
},
// 详情
detail (record) {
- console.log('详情', record)
this.$refs.parWorkInfoDetailRef.open(record)
},
// 下载
@@ -612,7 +605,6 @@ export default {
}
},
qdlxChange (val, e) {
- console.log('清单类型', val)
this.selectInfo.qdlx = val
},
// 工作类别改变
@@ -625,13 +617,11 @@ export default {
},
// 打卡
sign (record) {
- console.log('打卡', record, this.currentRole)
this.$refs.signModalRef.open(record, this.currentRole)
},
// 派发
hangOut (record) {
const vm = this
- console.log('派发', record)
this.$confirm({
title: '提示',
content: `确认要派发该条记录吗?`,
@@ -662,12 +652,10 @@ export default {
},
// 开始时间变化
startChange (date, str) {
- console.log('开始时间', date, str)
this.selectInfo.kssjstr = str
},
// 截止时间变化
endChange (date, str) {
- console.log('截止时间', date, str)
this.selectInfo.jzsjstr = str
},
/**
@@ -683,7 +671,6 @@ export default {
return value
},
zqxChange (e) {
- console.log('是否周期性变化', e)
const val = e.target.value
if (val === '1') {
this.zqShow = true
@@ -693,7 +680,6 @@ export default {
}
},
onZqChange (value, e) {
- console.log('是否自定义周期', value)
if (value === '6') {
this.zdyzqShow = true
} else {
@@ -713,7 +699,6 @@ export default {
this.zqShow = false
this.zdyzqShow = false
this.qdShow = false
- console.log('点击操作', action, selectInfo)
this.operate = action // 记录当前操作
this.selectInfo = Object.assign({}, selectInfo) // 记录当前操作的数据
if (action === 'add') {
@@ -729,7 +714,6 @@ export default {
if (this.selectInfo.wcsj) {
this.selectInfo.wcsj = moment(this.selectInfo.wcsj, dateFormat)
}
- console.log('日期处理', this.selectInfo)
if (action === 'edit') {
const sfszqxgz = this.selectInfo.sfszqxgz
? this.selectInfo.sfszqxgz
diff --git a/src/views/par/parworkinfo/ParWorkInfoUser.vue b/src/views/par/parworkinfo/ParWorkInfoUser.vue
index a14ab33a32c5962e802235baeb3d018b85c50efe..a19c3e60155ccf6a108113ccd5e8c1e35fcd14af 100644
--- a/src/views/par/parworkinfo/ParWorkInfoUser.vue
+++ b/src/views/par/parworkinfo/ParWorkInfoUser.vue
@@ -312,7 +312,6 @@ export default {
'GET',
parameter
).then(res => {
- console.log('列表结果', res.result)
return res.result
})
},
@@ -434,16 +433,12 @@ export default {
const vm = this
// 获取树形组织信息
getOrgTree({ parentTreeId: 'root' }).then(res => {
- console.log('1111111111122222222222222')
- console.log('组织机构查询', res)
vm.orgTree = vm.genernateTree(res.result.data)
})
// 获取所有人员
query('/admin/pmUser' + '/query', 'GET').then(res => {
- console.log('人员查询', res)
vm.staffList = res.result.data
})
- console.log('当前登录用户', this.userInfo)
},
methods: {
// 周期回显
@@ -516,26 +511,21 @@ export default {
},
// 打卡
sign (record) {
- console.log('打卡', record)
this.$refs.signModalRef.open(record)
},
// 详情
detail (record) {
- console.log('详情', record)
this.$refs.parWorkInfoDetailRef.open(record)
},
// 派发
hangOut (record) {
- console.log('派发', record)
},
// 开始时间变化
startChange (date, str) {
- console.log('开始时间', date, str)
this.selectInfo.kssjstr = str
},
// 截止时间变化
endChange (date, str) {
- console.log('截止时间', date, str)
this.selectInfo.jzsjstr = str
},
/**
@@ -551,7 +541,6 @@ export default {
return value
},
zqxChange (e) {
- console.log('是否周期性变化', e)
const val = e.target.value
if (val === '1') {
this.zqShow = true
@@ -561,7 +550,6 @@ export default {
}
},
onZqChange (value, e) {
- console.log('是否自定义周期', value)
if (value === '6') {
this.zdyzqShow = true
} else {
@@ -581,7 +569,6 @@ export default {
this.zqShow = false
this.zdyzqShow = false
this.qdShow = false
- console.log('点击操作', action, selectInfo)
this.operate = action // 记录当前操作
this.selectInfo = Object.assign({}, selectInfo) // 记录当前操作的数据
if (action === 'add') {
@@ -597,7 +584,6 @@ export default {
if (this.selectInfo.wcsj) {
this.selectInfo.wcsj = moment(this.selectInfo.wcsj, dateFormat)
}
- console.log('日期处理', selectInfo)
if (action === 'edit') {
const sfszqxgz = this.selectInfo.sfszqxgz
? this.selectInfo.sfszqxgz
diff --git a/src/views/par/parworkinfo/ParWorkTrackingDept.vue b/src/views/par/parworkinfo/ParWorkTrackingDept.vue
index d987053c3ca2348630cab942a0945905508fed6d..7cf6cc8583729b0111050aa1d24d0f47e17234af 100644
--- a/src/views/par/parworkinfo/ParWorkTrackingDept.vue
+++ b/src/views/par/parworkinfo/ParWorkTrackingDept.vue
@@ -375,7 +375,6 @@ export default {
'GET',
parameter
).then(res => {
- console.log('列表结果', res.result)
return res.result
})
},
@@ -498,27 +497,21 @@ export default {
const vm = this
// 获取树形组织信息
getOrgTree({ parentTreeId: 'root' }).then(res => {
- console.log('1111111111122222222222222')
- console.log('组织机构查询', res)
vm.orgTree = vm.genernateTree(res.result.data)
})
// 获取当前登陆人部门
query('/par/parworkinfo' + '/getOrgInfoByStaffId', 'GET', {
id: vm.userInfo.id
}).then(resDept => {
- console.log('人员部门查询', resDept)
const deptId = resDept.result.id
vm.userInfo.deptCode = deptId
// 获取当前部门下人员
query('/par/parworkinfo' + '/getStaffInfoByOrgId', 'GET', {
id: deptId
}).then(res => {
- console.log('人员查询', res)
vm.staffList = res.result
- console.log('人员选择集合', vm.staffList)
})
})
- console.log('当前登录用户', this.userInfo)
},
methods: {
// 周期回显
@@ -541,7 +534,6 @@ export default {
const vm = this
this.confirmLoading = true
this.fileList = [...this.fileList, file]
- console.log('文件', this.fileList)
const formData = new FormData()
this.fileList.forEach(file => {
formData.append('file', file)
@@ -563,7 +555,6 @@ export default {
},
// 详情
detail (record) {
- console.log('详情', record)
this.$refs.parWorkInfoDetailRef.open(record)
},
// 下载
@@ -662,7 +653,6 @@ export default {
// 派发
hangOut (record) {
const vm = this
- console.log('派发', record)
this.$confirm({
title: '提示',
content: `确认要派发该条记录吗?`,
@@ -693,12 +683,10 @@ export default {
},
// 开始时间变化
startChange (date, str) {
- console.log('开始时间', date, str)
this.selectInfo.kssjstr = str
},
// 截止时间变化
endChange (date, str) {
- console.log('截止时间', date, str)
this.selectInfo.jzsjstr = str
},
/**
@@ -714,7 +702,6 @@ export default {
return value
},
zqxChange (e) {
- console.log('是否周期性变化', e)
const val = e.target.value
if (val === '1') {
this.zqShow = true
@@ -724,7 +711,6 @@ export default {
}
},
onZqChange (value, e) {
- console.log('是否自定义周期', value)
if (value === '6') {
this.zdyzqShow = true
} else {
@@ -744,7 +730,6 @@ export default {
this.zqShow = false
this.zdyzqShow = false
this.qdShow = false
- console.log('点击操作', action, selectInfo)
this.operate = action // 记录当前操作
this.selectInfo = Object.assign({}, selectInfo) // 记录当前操作的数据
if (action === 'add') {
@@ -760,7 +745,6 @@ export default {
if (this.selectInfo.wcsj) {
this.selectInfo.wcsj = moment(this.selectInfo.wcsj, dateFormat)
}
- console.log('日期处理', this.selectInfo)
if (action === 'edit') {
const sfszqxgz = this.selectInfo.sfszqxgz
? this.selectInfo.sfszqxgz
diff --git a/src/views/par/parworkinfo/SignModal.vue b/src/views/par/parworkinfo/SignModal.vue
index 7de81dae0ad4108f0e22ff75f01575579a4eda56..97c5d8e00f651fc9abd8e23c4acb378d25e40e2e 100644
--- a/src/views/par/parworkinfo/SignModal.vue
+++ b/src/views/par/parworkinfo/SignModal.vue
@@ -71,7 +71,6 @@ export default {
.locale('zh-cn')
.format('YYYY-MM-DD HH:mm:ss')
this.selectInfo.workInfoId = record.id
- console.log('当前时间', this.selectInfo.dksj)
},
// 确认
handleOk () {
diff --git a/src/views/par/personBasicData/ParPersonBasicData.vue b/src/views/par/personBasicData/ParPersonBasicData.vue
index d0adccd6121dfc2737a966b24980d6bcbd0cc465..4d8c1201ef344ebdf7b26194950d1d8621214877 100644
--- a/src/views/par/personBasicData/ParPersonBasicData.vue
+++ b/src/views/par/personBasicData/ParPersonBasicData.vue
@@ -213,7 +213,6 @@ export default {
* 搜索基础数据
*/
onChange (e) {
- console.log('e==', e)
const value = e.target.value
const expandedKeys = this.dataList.map((item) => {
if (item.key.indexOf(value) > -1) {
@@ -280,10 +279,8 @@ export default {
const node = tree[i]
if (node.children) {
if (node.children.some(item => item.key === key)) {
- console.log('node=', node)
parentKey = node
} else if (this.getParentNode(key, node.children)) {
- console.log('else=', key)
parentKey = this.getParentNode(key, node.children)
}
}
@@ -295,7 +292,7 @@ export default {
for (let i = 0; i < tree.length; i++) {
const node = tree[i]
if (node.children) {
- if (node.children.some(item => { console.log(item); if (item.key === key) { cuurrentNode = item; return true } else { return false } })) {
+ if (node.children.some(item => { if (item.key === key) { cuurrentNode = item; return true } else { return false } })) {
} else if (this.getNode(key, node.children)) {
cuurrentNode = this.getNode(key, node.children)
}
diff --git a/src/views/par/personScoreManage/ParPersonScoreManage.vue b/src/views/par/personScoreManage/ParPersonScoreManage.vue
index c1d7d5be8f968c91c43617bcc9f367ce7f945ae2..488dc595b8442565d5fed8c082a6bcd36660b4a0 100644
--- a/src/views/par/personScoreManage/ParPersonScoreManage.vue
+++ b/src/views/par/personScoreManage/ParPersonScoreManage.vue
@@ -174,7 +174,6 @@ export default {
* 搜索
*/
search () {
- console.log('this.queryParam==', this.queryParam)
if (this.queryParam.kpkssjArr) {
this.queryParam.kssjStart = this.queryParam.kpkssjArr[0]
this.queryParam.kssjEnd = this.queryParam.kpkssjArr[1]
diff --git a/src/views/par/personScoreManage/PersonScoreManageAdd.vue b/src/views/par/personScoreManage/PersonScoreManageAdd.vue
index f0d0b8ec3d412fdf205fbb82ce56347aaad33411..74aad92ac1ca8fc01bae3c0219e1d3764910bc53 100644
--- a/src/views/par/personScoreManage/PersonScoreManageAdd.vue
+++ b/src/views/par/personScoreManage/PersonScoreManageAdd.vue
@@ -68,7 +68,6 @@ export default {
},
beforeCreate () {
this.form = this.$form.createForm(this)
- console.log('form::', this.form)
},
created () {
@@ -91,7 +90,6 @@ export default {
this.form.validateFields((err, values) => {
if (!err) {
const param = []
- console.log('values===', values)
for (let i = 0; i < values.kpr.length; i++) {
const entity = {}
Object.assign(entity, values)
diff --git a/src/views/par/personScoreManage/PersonScoreManageDeduction.vue b/src/views/par/personScoreManage/PersonScoreManageDeduction.vue
index 82904c99096e181b3a59f7a5b5e3349d04cf0b4c..b4966c7898dbda4694cbfca290834b1d3a606071 100644
--- a/src/views/par/personScoreManage/PersonScoreManageDeduction.vue
+++ b/src/views/par/personScoreManage/PersonScoreManageDeduction.vue
@@ -83,7 +83,6 @@ export default {
* 记差错
*/
deduction (record) {
- console.log('record', record)
this.deductionLoadData = record.itemList
this.visible = true
},
@@ -105,17 +104,12 @@ export default {
},
updateDqdf (val, id) {
this.loading = true
- console.log('updatedf===', val, id)
this.deductionLoadData.some(item => {
if (item.id === id) {
- console.log('in1')
if (val !== undefined && val.length > 0) {
- console.log('in2')
let num = Number(item.kpfs)
val.map(it => {
- console.log('Number(it.pf)', Number(it.pf))
num = num + Number(it.pf)
- console.log('num==', num)
})
item.dqdf = num
} else {
@@ -124,7 +118,6 @@ export default {
}
})
this.loading = false
- console.log(this.deductionLoadData)
}
}
diff --git a/src/views/par/personScoreManage/PersonScoreManageGrade.vue b/src/views/par/personScoreManage/PersonScoreManageGrade.vue
index ee179268f56b65bb5802cf69c1530f5c05c4e609..6a40bb1402f0490dc00c6107e7cad98047cc0522 100644
--- a/src/views/par/personScoreManage/PersonScoreManageGrade.vue
+++ b/src/views/par/personScoreManage/PersonScoreManageGrade.vue
@@ -109,7 +109,6 @@ export default {
},
watch: {
form (ndata, odata) {
- console.log('ndata', ndata)
}
},
methods: {
@@ -193,7 +192,6 @@ export default {
this.$set(data, 'kpxmbid', this.kpxmbid)
this.pfData.push(data)
// this.form = this.$form.createForm(this)
- console.log('form==', this.form)
this.orderNum++
},
deleteItem (val) {
diff --git a/src/views/par/scoreManage/ParScoreManage.vue b/src/views/par/scoreManage/ParScoreManage.vue
index c4944dd45e3fe4fdfbe1afc0063ad93913d44d11..12f68bb92e614607151e2164f8af1e2baa4d89ff 100644
--- a/src/views/par/scoreManage/ParScoreManage.vue
+++ b/src/views/par/scoreManage/ParScoreManage.vue
@@ -167,7 +167,6 @@ export default {
* 搜索
*/
search () {
- console.log('this.queryParam==', this.queryParam)
if (this.queryParam.kpkssjArr) {
this.queryParam.kssjStart = this.queryParam.kpkssjArr[0]
this.queryParam.kssjEnd = this.queryParam.kpkssjArr[1]
diff --git a/src/views/par/scoreManage/ScoreManageAdd.vue b/src/views/par/scoreManage/ScoreManageAdd.vue
index 6369d2c9d91cf5e99c0d8e04fa66cd82d55124af..cd8bb0150c83964566e909b49bc063d9ab8541a7 100644
--- a/src/views/par/scoreManage/ScoreManageAdd.vue
+++ b/src/views/par/scoreManage/ScoreManageAdd.vue
@@ -74,7 +74,6 @@ export default {
},
beforeCreate () {
this.form = this.$form.createForm(this)
- console.log('form::', this.form)
},
created () {
@@ -149,12 +148,9 @@ export default {
this.close()
},
selectTree (value, label, extra) {
- console.log(value)
-
if (value.length === 1) {
const basicTree = [{ children: this.orgTree }]
const node = this.getNode(value[0].value, basicTree)
- console.log(node)
this.dwlx = node.dwlx
this.handleTree(this.orgTree)
this.initPlan(node.dwlx)
diff --git a/src/views/par/scoreManage/ScoreManageDeduction.vue b/src/views/par/scoreManage/ScoreManageDeduction.vue
index 7cbc83697fce6cf305871e61962a11a30d8e7768..2674da760b69074862e321b1a938e70202f23037 100644
--- a/src/views/par/scoreManage/ScoreManageDeduction.vue
+++ b/src/views/par/scoreManage/ScoreManageDeduction.vue
@@ -83,7 +83,6 @@ export default {
* 记差错
*/
deduction (record) {
- console.log('record', record)
this.deductionLoadData = record.itemList
this.visible = true
},
@@ -105,17 +104,12 @@ export default {
},
updateDqdf (val, id) {
this.loading = true
- console.log('updatedf===', val, id)
this.deductionLoadData.some(item => {
if (item.id === id) {
- console.log('in1')
if (val !== undefined && val.length > 0) {
- console.log('in2')
let num = Number(item.kpfs)
val.map(it => {
- console.log('Number(it.pf)', Number(it.pf))
num = num + Number(it.pf)
- console.log('num==', num)
})
item.dqdf = num
} else {
@@ -124,7 +118,6 @@ export default {
}
})
this.loading = false
- console.log(this.deductionLoadData)
}
}
diff --git a/src/views/par/scoreManage/ScoreManageGrade.vue b/src/views/par/scoreManage/ScoreManageGrade.vue
index 6ce8a786d1e0c6db6f58c3696c6c90879dd2fbff..052e2d6d3190a143b95a3947ed2ca5233a53db02 100644
--- a/src/views/par/scoreManage/ScoreManageGrade.vue
+++ b/src/views/par/scoreManage/ScoreManageGrade.vue
@@ -120,7 +120,6 @@ export default {
},
watch: {
form (ndata, odata) {
- console.log('ndata', ndata)
}
},
methods: {
@@ -128,7 +127,6 @@ export default {
* 记成效
*/
bonus (record) {
- console.log(record)
if (record.itemList.length === 0 || record.itemList[0].kpbz === undefined || record.itemList[0].kpbz === '') {
this.$message.error('无考评标准,无法评分')
} else {
@@ -221,7 +219,6 @@ export default {
this.$set(data, 'kpxmbid', this.kpxmbid)
this.pfData.push(data)
// this.form = this.$form.createForm(this)
- console.log('form==', this.form)
this.orderNum++
},
deleteItem (val) {
diff --git a/src/views/role/RoleList.vue b/src/views/role/RoleList.vue
index 978fa57d1bdd42e8b4de219b9cf901cd6d7421c9..fc9da4ce17a16851d637e5db35a87f33ddbc2a3b 100644
--- a/src/views/role/RoleList.vue
+++ b/src/views/role/RoleList.vue
@@ -89,13 +89,11 @@ export default {
name: '新增角色',
describe: '新增一个角色'
})
- console.log('this.roles', this.roles)
})
this.loadPermissions()
},
methods: {
callback (val) {
- console.log(val)
},
add () {
@@ -112,20 +110,16 @@ export default {
permissionsAction[permission.permissionId] = permission.actionEntitySet.map(entity => entity.action)
})
- console.log('permissionsAction', permissionsAction)
// 把权限表遍历一遍,设定要勾选的权限 action
this.permissions.forEach(permission => {
const selected = permissionsAction[permission.id]
permission.selected = selected || []
})
-
- console.log('this.permissions', this.permissions)
}
this.$nextTick(() => {
this.form.setFieldsValue(pick(this.mdl, 'id', 'name', 'status', 'describe'))
})
- console.log('this.mdl', this.mdl)
},
onChangeCheck (permission) {
@@ -133,8 +127,6 @@ export default {
permission.checkedAll = permission.selected.length === permission.actionsOptions.length
},
onChangeCheckAll (e, permission) {
- console.log('permission:', permission)
-
Object.assign(permission, {
selected: e.target.checked ? permission.actionsOptions.map(obj => obj.value) : [],
indeterminate: false,
diff --git a/src/views/statisticalreport/StatisticalReport.vue b/src/views/statisticalreport/StatisticalReport.vue
index d1b21ad699fc1b00324d05496ca96496ea6bf21b..f259bc73fa12da172f02808b6b97eaade8a18ce0 100644
--- a/src/views/statisticalreport/StatisticalReport.vue
+++ b/src/views/statisticalreport/StatisticalReport.vue
@@ -120,7 +120,6 @@ export default {
queryKPZQ () {
const vm = this
query('/par/statisticalreport/parExamPeriodInfo', 'GET').then(res => {
- console.log('考评周期结果', res)
vm.kpzqList = res.result
this.confirmLoading = false
})
@@ -155,11 +154,9 @@ export default {
// };
// // 调用请求
// query(actionParam).then(res => {
- // console.log("横向结果", res);
// });
const vm = this
query('/par/statisticalreport/horizontal', 'GET').then(res => {
- console.log('横向结果', res)
vm.hengList = res.result
this.confirmLoading = false
})
@@ -176,11 +173,9 @@ export default {
// };
// // 调用请求
// query(actionParam).then(res => {
- // console.log("纵向结果", res);
// });
const vm = this
query('/par/statisticalreport/vertical', 'GET').then(res => {
- console.log('纵向结果', res)
vm.zongList = res.result
this.confirmLoading = false
})
@@ -197,11 +192,9 @@ export default {
// };
// // 调用请求
// query(actionParam).then(res => {
- // console.log("内容结果", res);
// });
const vm = this
query('/par/statisticalreport/content', 'GET', vm.queryParam).then(res => {
- console.log('内容结果', res)
vm.contentList = res.result
this.confirmLoading = false
})
diff --git a/src/views/wb/ribs/ribs.vue b/src/views/wb/ribs/ribs.vue
index 32cc94630f8660dcf0d6ea3670ed799b7f4be09f..60033f66f6d2bd711695b68dc68ac7ff85fae87e 100644
--- a/src/views/wb/ribs/ribs.vue
+++ b/src/views/wb/ribs/ribs.vue
@@ -498,7 +498,6 @@ export default {
},
methods: {
formatterTime (val) {
- console.log(moment(val).format('YYYY-MM-DD'))
return val ? moment(val).format('YYYY-MM-DD') : ''
},
// 获取报销类型
@@ -539,7 +538,6 @@ export default {
queryDetail (selectInfo) {
return query('/wb/ribs/queryDetail', 'GET', selectInfo, {})
.then(res => {
- console.log('ressss', res.result.data)
if (res.result.type === 'clf') {
this.columnsDetail = this.columnsClf
this.xScroll = '2500px'
@@ -552,12 +550,10 @@ export default {
}
this.loadDataDetail = res.result.data
}).catch(e => {
- console.log('e', e)
})
},
// 操作按钮
modelMethod (action, selectInfo) {
- // console.log('asdasdasd', this.queryDetail(selectInfo));
this.queryDetail(selectInfo)
this.operate = action // 记录当前操作
this.selectInfo = Object.assign({}, selectInfo) // 记录当前操作的数据
diff --git a/src/views/wb/ribs/ribsApprove.vue b/src/views/wb/ribs/ribsApprove.vue
index e45dea2e506b932cba28a40ecacf5bdb2d51996f..a418d9a0b8fad339a798377f8484de7d6c83b166 100644
--- a/src/views/wb/ribs/ribsApprove.vue
+++ b/src/views/wb/ribs/ribsApprove.vue
@@ -543,7 +543,6 @@ export default {
this.userInfo.roles.forEach(item => {
this.roleIds.push(item.roleId)
})
- console.log('roleIdssssss', this.roleIds)
// 获取报销类型
this.getBxlx().then((res) => {
this.bxlxInfo = res.data
@@ -582,7 +581,7 @@ export default {
this.selectedRowKeys = selectedRowKeys
this.selectedRows = selectedRows
this.checkPlus(selectedRows)
- /* debugger
+ /*
const selectParam = []
const selectKeysParam = []
const removeList = []
@@ -617,7 +616,6 @@ export default {
} */
},
formatterTime (val) {
- console.log(moment(val).format('YYYY-MM-DD'))
return val ? moment(val).format('YYYY-MM-DD') : ''
},
// 获取报销类型
@@ -658,7 +656,6 @@ export default {
queryDetail (selectInfo) {
return query('/wb/ribs/queryDetail', 'GET', selectInfo, {})
.then(res => {
- console.log('ressss', res.result.data)
if (res.result.type === 'clf') {
this.columnsDetail = this.columnsClf
this.xScroll = '2500px'
@@ -671,7 +668,6 @@ export default {
}
this.loadDataDetail = res.result.data
}).catch(e => {
- console.log('e', e)
})
},
// 操作按钮