代码调整
This commit is contained in:
parent
e5ff37427d
commit
fbf5ab2e33
@ -195,6 +195,12 @@ export default {
|
||||
this.formModel.baseSite = viewSetting.baseSite || '';
|
||||
this.formModel.ossUrl = viewSetting.ossUrl || '';
|
||||
|
||||
this.formModel.containDevice = viewSetting.containDevice || false;
|
||||
this.formModel.deviceRelatedMap = viewSetting.deviceRelatedMap || '';
|
||||
this.formModel.deviceRelatedFunction = viewSetting.deviceRelatedFunction || '';
|
||||
|
||||
if (this.formModel.deviceRelatedMap) { this.getRelatedFunctionList(this.formModel.deviceRelatedMap); }
|
||||
|
||||
}
|
||||
},
|
||||
handleClose() {
|
||||
|
Loading…
Reference in New Issue
Block a user