Merge branch 'master' of github.com:gcpaas/DataRoom

main
zhu.yawen 1 year ago
commit cb00c0805a

@ -1,6 +1,6 @@
{
"name": "@gcpaas/data-room-ui",
"version": "2.0.0-RELEASE",
"version": "2.0.1-2023101601-Alpha",
"description": "自定义大屏",
"author": "gcpaas",
"license": "MIT",

@ -45,7 +45,7 @@
<data-set-select
:dataset-name="datasetName"
:ds-id="config.dataSource.businessKey"
@getDsId="dsId => { getDataSetDetailsById(dsId, 'treeTable');}"
@getDsId="changeDsid"
>
<template #dataSetSelect="{value}">
<slot
@ -764,6 +764,12 @@ export default {
}
},
methods: {
changeDsid(dsId){
this.clearVerify()
this.config.customize.columnConfig=[]
this.getDataSetDetailsById(dsId, 'treeTable')
},
//
openExpression () {
this.$refs.expressionDialog.init()
@ -792,8 +798,6 @@ export default {
},
//
getDataSetDetailsById (id, type) {
this.clearVerify()
this.config.customize.columnConfig=[]
if (id) {
this.config.dataSource.businessKey = id
getDataSetDetails(id).then(res => {

@ -29,7 +29,7 @@
@click="chooseComponent(component)"
>
<div
v-if="component.title!='GcBorder16'"
v-if="component.title!='GcBorder16'"
:class="component.title == focus.title ? 'focus' : ''"
class="big-screen-card-inner"
>

Loading…
Cancel
Save