stye: 修改 Process state tooltip位置

This commit is contained in:
zhangyu
2022-09-14 11:14:45 +08:00
parent 688503a1f7
commit c507ed4155
5 changed files with 247 additions and 91 deletions

View File

@@ -9,8 +9,8 @@ export default {
exportToHtml (name) {
const vars = this.$store.getters.getVariablesArr.map(item => {
return {
"name": item.name,
"value": item.checked.join('|')
name: item.name,
value: item.checked.join('|')
}
})
const params = {
@@ -52,7 +52,7 @@ export default {
window.URL.revokeObjectURL(href) // 释放blob对象
}
this.$refs.topTool.closeDialog()
}, error => {
}, () => {
this.$message.error('123')
})
}