|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
size="small"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="月份" prop="">
|
|
|
|
|
<el-form-item label="月份" prop="plannedMonth">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="plannedMonth"
|
|
|
|
|
multiple
|
|
|
|
@ -448,7 +448,7 @@ export default {
|
|
|
|
|
// console.log(e.join(','));
|
|
|
|
|
this.form.plannedMonth = e.join(",");
|
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
|
this.getList();
|
|
|
|
|
// this.getList();
|
|
|
|
|
},
|
|
|
|
|
filterTable(a, b) {
|
|
|
|
|
if (!b) return;
|
|
|
|
@ -487,6 +487,7 @@ export default {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
pageNum: 1,
|
|
|
|
|
plannedMonth: "",
|
|
|
|
|
status: 1,
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
this.plannedMonth = "";
|
|
|
|
|