|
@@ -173,7 +173,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
if (res.length) {
|
|
if (res.length) {
|
|
|
console.log(this.list)
|
|
console.log(this.list)
|
|
|
- this.type_id = this.list[0].id
|
|
|
|
|
|
|
+ this.type_id = this.list[0].id;
|
|
|
|
|
+ this.device_model = this.list[0].device_model;
|
|
|
if (this.list[0].id == 10) {
|
|
if (this.list[0].id == 10) {
|
|
|
this.xyeqlist()
|
|
this.xyeqlist()
|
|
|
} else {
|
|
} else {
|