|
@@ -280,10 +280,11 @@
|
|
|
computed: {
|
|
|
},
|
|
|
created () {
|
|
|
- this.getTableList()
|
|
|
+ // this.getTableList()
|
|
|
},
|
|
|
methods: {
|
|
|
getTableList(){
|
|
|
+ this.spinning = true
|
|
|
var param = Object.assign({}, this.queryParam)
|
|
|
param.syHireType = (param.syHireType).toString()
|
|
|
getAction('/salary/salaryManagement/querySalaryTotalList',param).then(res=>{
|
|
@@ -333,7 +334,7 @@
|
|
|
this.mode2 = [mode[0] === 'date' ? 'month' : mode[0], mode[1] === 'date' ? 'month' : mode[1]];
|
|
|
},
|
|
|
searchQuery(){
|
|
|
- this.spinning = true
|
|
|
+ // this.spinning = true
|
|
|
// this.toggleSearchStatus = false
|
|
|
this.queryParam.pageNo = 1
|
|
|
this.getTableList()
|
|
@@ -344,7 +345,7 @@
|
|
|
endDate:moment().subtract(1, 'months').format('YYYY-MM'),
|
|
|
syHireType:['在职','退休返聘']
|
|
|
}
|
|
|
- this.spinning = true
|
|
|
+ // this.spinning = true
|
|
|
this.getTableList()
|
|
|
},
|
|
|
handleTableChange(pagination, filters, sorter) {
|