Ver código fonte

基本薪资-重置筛选条件

jingbb 1 ano atrás
pai
commit
9bbdb75d8b

+ 3 - 1
src/views/oa/salary_management/personnelSalary/BasicSalary.vue

@@ -209,7 +209,9 @@
           this.getTableList()
         },
         searchReset(){
-          this.queryParam={}
+          this.queryParam={
+            syHireType:['在职','退休反聘']
+          }
           this.getTableList()
         },
         onSelectChange(selectedRowKeys, selectionRows) {