数据处理
This commit is contained in:
parent
d11269c954
commit
1d3bf83dab
@ -56,6 +56,6 @@ export function exportgzd(data) {
|
|||||||
return request({
|
return request({
|
||||||
url: '/finance/financeDetail/export',
|
url: '/finance/financeDetail/export',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
params: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -566,10 +566,6 @@ export default {
|
|||||||
},
|
},
|
||||||
submitFormExport(){
|
submitFormExport(){
|
||||||
let param = this.form;
|
let param = this.form;
|
||||||
// exportPayroll(param).then(response => {
|
|
||||||
// this.downloadExcel(response.msg);
|
|
||||||
// this.openExport = false;
|
|
||||||
// })
|
|
||||||
console.log(1)
|
console.log(1)
|
||||||
if(this.queryParams.month == '' || this.queryParams.month == null){
|
if(this.queryParams.month == '' || this.queryParams.month == null){
|
||||||
this.$message({
|
this.$message({
|
||||||
|
|||||||
@ -507,9 +507,9 @@
|
|||||||
<el-select v-model="form.subsidyList" multiple placeholder="请选择福利补贴" style="width: 100%;">
|
<el-select v-model="form.subsidyList" multiple placeholder="请选择福利补贴" style="width: 100%;">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="subsidy in subsidyOptions"
|
v-for="subsidy in subsidyOptions"
|
||||||
:key="subsidy.key"
|
:key="subsidy.value"
|
||||||
:label="subsidy.value"
|
:label="subsidy.label"
|
||||||
:value="subsidy.key"
|
:value="subsidy.value"
|
||||||
></el-option>
|
></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user