|
@@ -551,7 +551,6 @@ const getUserList = () => {
|
|
|
if (res.code === 0) {
|
|
|
userList.length = 0
|
|
|
userList.push(...res.data)
|
|
|
- console.log('用户列表', res.data)
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -597,7 +596,6 @@ const getCostList = (nameId, typeID, itemId) => {
|
|
|
})
|
|
|
}
|
|
|
const costEdit = (row) => {
|
|
|
- console.log(row)
|
|
|
editDrawerShow.value = true
|
|
|
drawerType.value = 'edit'
|
|
|
drawerTitle.value = '编辑公司费用'
|
|
@@ -721,13 +719,11 @@ const changeCostList = () => {
|
|
|
}
|
|
|
|
|
|
const changeCostPage = (val) => {
|
|
|
- console.log(val)
|
|
|
condition.pageInfo.page = val
|
|
|
consultCostList()
|
|
|
}
|
|
|
|
|
|
const changePeople = (val) => {
|
|
|
- console.log(val)
|
|
|
userList.forEach(item => {
|
|
|
if (item.ID === val) {
|
|
|
editData.departmentId = item.departmentId
|