|
@@ -449,11 +449,14 @@ export default {
|
|
|
that.shipShow = true;
|
|
|
that.deviceShow = false;
|
|
|
that.shipName = tadata.data;
|
|
|
+ that.activeName = "first";
|
|
|
|
|
|
} else if (tadata.type == "device") {
|
|
|
that.deviceShow = true;
|
|
|
that.shipShow = false;
|
|
|
- that.deviceData = tadata.data
|
|
|
+ that.deviceData = tadata.data;
|
|
|
+ that.d_activeName= 'd_first';
|
|
|
+
|
|
|
}
|
|
|
// alert("我是点:"+tadata.data)
|
|
|
}
|