{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\selector\\EipChartSelector.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\selector\\EipChartSelector.vue","mtime":1675071992225},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport \"core-js/modules/es6.number.constructor\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport utils from \"@/hotent-ui-util.js\";\n\nvar EipChartDialog = function EipChartDialog() {\n  return import(\"@/components/dialog/EipChartDialog.vue\");\n};\n\nexport default {\n  name: \"eip-chart-selector\",\n  components: {\n    EipChartDialog: EipChartDialog\n  },\n  props: {\n    dataParam: {\n      type: String\n    },\n    chartType: {\n      type: Number,\n      default: 1\n    }\n  },\n  data: function data() {\n    return {\n      placeholder: '请选择图表'\n    };\n  },\n  computed: {\n    inputVal: {\n      get: function get() {\n        var obj = JSON.parse(this.dataParam || \"{}\");\n\n        if (obj instanceof Array) {\n          return '';\n        }\n\n        return obj && obj.name || '';\n      },\n      set: function set(val) {// this.$emit(\"input\", val);\n        // // 如果控件本身有name，可能是作为关联字段参与其他字段的校验，所以本字段值变化时立即触发校验。\n        // if (this.inputName) {\n        //   this.$nextTick(() => {\n        //     this.$validator.validate();\n        //   });\n        // }\n      }\n    }\n  },\n  created: function created() {},\n  methods: {\n    showChartDialog: function showChartDialog() {\n      this.$refs.chartDialog.showDialog();\n    },\n    onConfirm: function onConfirm(selectedNode) {\n      var dataParam = {\n        id: selectedNode[0].id,\n        name: selectedNode[0].name\n      };\n      ;\n      dataParam.chartType = this.chartType;\n      this.$emit(\"update:dataParam\", JSON.stringify(dataParam));\n      this.$refs.chartDialog.handleClose();\n    },\n    clear: function clear() {\n      this.$emit(\"update:dataParam\", '');\n    }\n  }\n};",null]}