|
@@ -87,7 +87,7 @@
|
|
|
{
|
|
|
title: '变更时间',
|
|
|
align:"center",
|
|
|
- dataIndex: 'updateTime'
|
|
|
+ dataIndex: 'createTime'
|
|
|
},
|
|
|
{
|
|
|
title: '员工编号',
|
|
@@ -113,7 +113,7 @@
|
|
|
{
|
|
|
title: '变更说明',
|
|
|
align:"center",
|
|
|
- dataIndex: 'remaks'
|
|
|
+ dataIndex: 'remarks'
|
|
|
},
|
|
|
],
|
|
|
ipagination:{},
|
|
@@ -148,10 +148,12 @@
|
|
|
this.$refs.ChangeBasicSalary.visible = true
|
|
|
},
|
|
|
searchQuery(){
|
|
|
-
|
|
|
+ this.queryParam.pageNo = 1
|
|
|
+ this.getTableList()
|
|
|
},
|
|
|
searchReset(){
|
|
|
-
|
|
|
+ this.queryParam={}
|
|
|
+ this.getTableList()
|
|
|
},
|
|
|
onSelectChange(selectedRowKeys, selectionRows) {
|
|
|
this.selectedRowKeys = selectedRowKeys;
|