|
@@ -29,8 +29,8 @@
|
|
|
<!-- 如果需要固定某一年加 :picker-options="pickerOptions0"-->
|
|
|
<div style="display: flex;width: 100%">
|
|
|
<el-select v-model="queryParams.switchSection" style="width: 100px">
|
|
|
- <el-option label="审核区间" :value="0" />
|
|
|
<el-option label="业务区间" :value="1" />
|
|
|
+ <el-option label="审核区间" :value="0" />
|
|
|
</el-select>
|
|
|
<el-date-picker type="monthrange" range-separator="至" start-placeholder="开始月份" end-placeholder="结束月份"
|
|
|
v-model="queryParams.timeExamine" value-format="yyyy-MM" unlink-panels :clearable="false"
|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
];
|
|
|
this.queryParams.timeExamine = this.defaultTime;
|
|
|
this.$set(this.queryParams, 'fReconciliation', 0)
|
|
|
- this.$set(this.queryParams, 'switchSection', 0)
|
|
|
+ this.$set(this.queryParams, 'switchSection', 1)
|
|
|
|
|
|
this.setRowList = this.tableDate;
|
|
|
this.getRowList = this.tableDate;
|
|
@@ -627,7 +627,7 @@ export default {
|
|
|
fCorpid: null,
|
|
|
fMblno: null,
|
|
|
timeExamine: this.defaultTime,
|
|
|
- switchSection: 0,
|
|
|
+ switchSection: 1,
|
|
|
fToCorpid: null,
|
|
|
fProductName: null,
|
|
|
fMarks: null,
|