Merge pull request #8400 from dataease/pr@dev-v2_chart_first_load

fix(仪表板): 移动端配置首次添加表格没有数据
This commit is contained in:
dataeaseShu 2024-03-07 14:05:49 +08:00 committed by GitHub
commit 3c85a0c291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ const addToMobile = com => {
}
const changeTimes = ref(0)
const activeCollapse = ref('com')
const handleBack = () => {
if (!changeTimes.value) {
emits('pcMode')
@ -180,7 +180,7 @@ const save = () => {
</div>
<div class="mobile-com-list">
<div class="config-mobile-sidebar">移动端配置</div>
<el-collapse>
<el-collapse v-model="activeCollapse">
<el-collapse-item title="样式设置" name="style" class="content-no-padding-bottom">
<MobileBackgroundSelector @styleChange="changeTimes++"></MobileBackgroundSelector>
</el-collapse-item>