Commit 8c3e9d75 authored by 何虹's avatar 何虹 💬

修复两个bug ,一个是弹出框中无法下载excel ,二 select-list无法弹出

parent 7a324af1
......@@ -11,7 +11,7 @@
name="hsDialogIframe"
:src='pageSrc'
style="width:100%;height:600px;padding-top:10px"
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation allow-popups"
sandbox="allow-downloads allow-same-origin allow-scripts allow-forms allow-top-navigation allow-popups"
></iframe>
</div>
</hs-dialog>
......@@ -156,7 +156,6 @@ export default {
// 单个的字符串 默认这是title
this.hsDialogConfig.title = config
}
debugger
},
showFileIframe(parms, message, config, confirm, cancel) {
let parms_ = {}
......
......@@ -397,7 +397,7 @@ export default {
// 调用外面的查询方法
this.searchFormRight[value] = this.value
const data = await this.$listeners.queryLookup(
this.allSourceData.config,
this.configData,
this.searchFormRight,
this.formData
)
......@@ -425,7 +425,7 @@ export default {
}
// 调用外面的查询方法
const data = await this.$listeners.queryLookup(
this.allSourceData.config,
this.configData,
this.searchFormLeft,
this.formData
)
......
......@@ -279,7 +279,6 @@ export default {
return bool
}
}
debugger
return !!(this.disabled || bool || this.$attrs.disabled)
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment