|
@@ -614,7 +614,6 @@ export default {
|
|
|
this.showType,
|
|
|
true
|
|
|
);
|
|
|
- console.log(JSON.stringify(data))
|
|
|
if (this.showParts) {
|
|
|
data.unshift("操作", "当前关联的资产", "所属系统实例", "包含的部件");
|
|
|
} else {
|
|
@@ -637,7 +636,6 @@ export default {
|
|
|
this.showType,
|
|
|
true
|
|
|
);
|
|
|
- console.log(JSON.stringify(data))
|
|
|
if (this.showParts) {
|
|
|
data.unshift(
|
|
|
{
|