mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
pref: 格式化 (#17180)
This commit is contained in:
@@ -1234,7 +1234,7 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
const targetViewId = targetInfoArray[0] // 目标图表
|
||||
// DE_EMPTY 为清空条件标志
|
||||
if (element.component === 'UserView' && element.id === targetViewId) {
|
||||
if ('DE_EMPTY' !== paramValueStr && paramValueStr !== null && paramValueStr !== '' ) {
|
||||
if ('DE_EMPTY' !== paramValueStr && paramValueStr !== null && paramValueStr !== '') {
|
||||
// 如果目标图表 和 当前循环组件id相等 则进行条件增减
|
||||
const targetFieldId = targetInfoArray[1] // 目标图表列ID
|
||||
const condition = {
|
||||
|
||||
Reference in New Issue
Block a user