|
@@ -713,7 +713,7 @@ export default {
|
|
) {
|
|
) {
|
|
this.deviceShowList = this.showColum[key1];
|
|
this.deviceShowList = this.showColum[key1];
|
|
} else {
|
|
} else {
|
|
- this.deviceShowList = this.showColum[key];
|
|
|
|
|
|
+ this.deviceShowList = this.showColum[key] || [];
|
|
}
|
|
}
|
|
// this.deviceShowList = this.showColum[key];
|
|
// this.deviceShowList = this.showColum[key];
|
|
} else {
|
|
} else {
|