mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
fix: 1、修改请求方式不可编辑的逻辑;2、修复初始化编辑页面,画布展示不全的问题
This commit is contained in:
@@ -46,8 +46,8 @@ const selectOptions: SelectCreateDataType[] = [
|
||||
// 无数据源
|
||||
const isNotData = computed(() => {
|
||||
return (
|
||||
targetData.value.chartConfig?.chartFrame === ChartFrameEnum.STATIC ||
|
||||
typeof targetData.value?.option?.dataset === 'undefined'
|
||||
targetData.value.chartConfig?.chartFrame === ChartFrameEnum.STATIC &&
|
||||
!targetData.value?.option?.hasOwnProperty('dataset')
|
||||
)
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user