|
@@ -414,7 +414,7 @@ export default {
|
|
|
if (this.search) {
|
|
if (this.search) {
|
|
|
data.search = this.search;
|
|
data.search = this.search;
|
|
|
}
|
|
}
|
|
|
- if (this.status.length) {
|
|
|
|
|
|
|
+ if (this.status) {
|
|
|
data.query.status = this.status;
|
|
data.query.status = this.status;
|
|
|
}
|
|
}
|
|
|
if (this.grade) {
|
|
if (this.grade) {
|