let obj = document.createElement('OBJECT')
    obj.setAttribute('id', 'ocxTest')
    obj.setAttribute('classid', 'clsid:33AE0D31-48C2-4D5F-8FD8-8690B97D5435')
    obj.setAttribute('width', 0)
    obj.setAttribute('height', 0)
    this.$refs.emergencyCommandPage.appendChild(obj)
    // 在这里通过ocxTest的id来寻找到ocx控件
    this.ocx = document.getElementById('ocxTest')

 

Logo

前往低代码交流专区

更多推荐