Browse Source

薪资调整记录-查询

jingbb 1 year ago
parent
commit
79b5d55197

+ 6 - 4
src/views/oa/salary_management/personnelSalary/SalaryChangeRecords.vue

@@ -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;