|
|
@@ -1455,7 +1455,8 @@ export default {
|
|
|
{ id: 6, name: "第六班" },
|
|
|
];
|
|
|
}
|
|
|
- this.frequencyList1 = [{ id: 0, name: "全部" }, ...this.frequencyList];
|
|
|
+ // this.frequencyList1 = this.frequencyList
|
|
|
+ this.frequencyList1 = [ { id: 0, name: "全部" }, ...this.frequencyList];
|
|
|
});
|
|
|
},
|
|
|
getList1() {
|