Преглед на файлове

薪资调整记录-查询

jingbb преди 1 година
родител
ревизия
79b5d55197
променени са 1 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 6 4
      src/views/oa/salary_management/personnelSalary/SalaryChangeRecords.vue

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