NEZ-829 feat:aseet添加子集表格

This commit is contained in:
zhangyu
2021-07-15 14:38:55 +08:00
parent 4191c8113f
commit cfccac90e7
11 changed files with 335 additions and 19 deletions

View File

@@ -238,6 +238,10 @@ export default {
delete this.searchLabel.dcIds
this.searchLabel.modelIds = n.id
}
if (this.from === fromRoute.asset) {
delete this.searchLabel.dcIds
this.searchLabel.pids = n.id
}
this.getTableData()
}
}