田源
2024-12-03 e973fb747f0d1a382fb9e4cdb20383a0a546ef67
Source/plt-web/plt-web-ui/src/components/dynamic-components/dynamic-form.vue
@@ -134,11 +134,14 @@
        for (let i in this.sourceData) {
          const item = this.sourceData[i]
          //if (item && item.constructor === Object) continue; //树节点子集是对象
          if (['type', 'context', 'content', 'querytemplate', 'querytype'].includes(i)) continue;
          if (item && item.constructor === Object) {
            sourceDataMap['sourceData["' + i + '"]'] = JSON.stringify(item)
          }else {
          sourceDataMap['sourceData["' + i + '"]'] = item
        }
      }
      }
      if (Object.keys(this.paramVOS).length > 0) {
        for (let j in this.paramVOS) {