|
|
@@ -294,7 +294,7 @@ export default {
|
|
|
userOption,
|
|
|
deptOption,
|
|
|
title: '考勤明细',
|
|
|
- pkKey: 'id_', // 主键对应数据库字段
|
|
|
+ pkKey: 'id', // 主键对应数据库字段
|
|
|
loading: true,
|
|
|
height: document.clientHeight,
|
|
|
listData: [],
|
|
|
@@ -517,7 +517,8 @@ export default {
|
|
|
}).then(() => {
|
|
|
this.loading = true
|
|
|
console.log('删除传参数据:',ids)
|
|
|
- removeAttendanceDetail( {'ids':ids}).then(() => {
|
|
|
+
|
|
|
+ removeAttendanceDetail( { ids: ids }).then(() => {
|
|
|
ActionUtils.success('删除成功')
|
|
|
// 刷新列表
|
|
|
this.loadData()
|