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

@@ -369,7 +369,7 @@ export default {
immediate: true,
handler (n) {
if (n.id) {
this.vmLock = n.vm === 1 // vm == 1 时锁定model和location
// this.vmLock = n.vm === 1 // vm == 1 时锁定model和location
if (this.editAsset.id) { // 有id表示是修改asset需要注意不要覆盖掉原有的port
const oldPort = this.obj.authProtocolPort // 原有的port
const oldAuthProtocol = this.obj.type.authProtocol // 原有的协议