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