|
@@ -235,8 +235,8 @@ export default {
|
|
category_code: this.category_code,
|
|
category_code: this.category_code,
|
|
// classstructureid:'1484'
|
|
// classstructureid:'1484'
|
|
}
|
|
}
|
|
- // 从更多设备的卡片 点击进入该页面时,是传的type_code参数
|
|
|
|
- if (this.type_code) {
|
|
|
|
|
|
+ // 从更多设备的卡片 点击进入该页面时,是传的asset_type_code参数
|
|
|
|
+ if (this.asset_type_code) {
|
|
delete postParams.category_code
|
|
delete postParams.category_code
|
|
postParams.classstructureid = this.asset_type_code
|
|
postParams.classstructureid = this.asset_type_code
|
|
}
|
|
}
|