@ -1,6 +1,6 @@
{
"name": "@gcpaas/data-room-ui",
"version": "1.0.1-2023080304-Alpha",
"version": "1.0.1-2023080401-Alpha",
"description": "自定义大屏",
"author": "gcpaas",
"license": "MIT",
@ -203,7 +203,7 @@
type="primary"
@click="buildParamsAndRun"
>
运行并解析
解析并运行
</el-button>
</div>
@ -1094,7 +1094,7 @@ export default {
})
},
/**
* 运行并解析数据集
* 解析并运行数据集
*/
buildParamsAndRun () {
this.isTest = true
@ -454,7 +454,7 @@
@click="scriptExecute()"
@ -165,7 +165,7 @@
@ -166,7 +166,7 @@
@click="analysisJSON"
</el-col>
@ -160,7 +160,7 @@
@click="toExecute"
@ -190,7 +190,7 @@
@ -280,7 +280,7 @@ export default {
window.open(screen.url, '_blank')
downLoad (screen) {
this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`)
this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`, true)
del (screen) {
this.$confirm('确定删除该资源?', '提示', {