{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!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\\flow\\FlowNodeEventSetting.vue?vue&type=template&id=34475be5&scoped=true&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\components\\flow\\FlowNodeEventSetting.vue","mtime":1675071991803},{"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\\loaders\\templateLoader.js","mtime":499162500000},{"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":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{\"width\":\"70%\",\"title\":_vm.titleSetting,\"visible\":_vm.dialogVisibleSetting,\"before-close\":_vm.close,\"close-on-click-modal\":false,\"append-to-body\":\"\",\"top\":\"8vh\",\"destroy-on-close\":true}},[_c('div',{staticStyle:{\"margin-bottom\":\"10px\"}},[_c('el-button',{attrs:{\"type\":\"primary\",\"size\":\"mini\",\"icon\":\"el-icon-plus\"},on:{\"click\":_vm.addEvent}},[_vm._v(\"新 增\")]),_c('el-button',{attrs:{\"type\":\"success\",\"size\":\"mini\",\"icon\":\"el-icon-check\"},on:{\"click\":_vm.saveEvent}},[_vm._v(\"保 存\")]),_c('el-button',{attrs:{\"type\":\"danger\",\"size\":\"mini\",\"icon\":\"el-icon-close\"},on:{\"click\":_vm.close}},[_vm._v(\"关 闭\")])],1),_c('el-form',{directives:[{name:\"form\",rawName:\"v-form\"}],attrs:{\"data-vv-scope\":\"settingSave\"}},[_c('el-table',{ref:\"htTableSetting\",staticStyle:{\"width\":\"100%\",\"height\":\"550px\",\"overflow\":\"auto\"},attrs:{\"data\":_vm.restfulList,\"border\":\"\"}},[_c('el-table-column',{attrs:{\"label\":\"接口配置\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nvar $index = ref.$index;\nreturn [_c('el-form',{attrs:{\"data-vv-scope\":\"settingSave\"}},[_c('table',{staticClass:\"form-table\",attrs:{\"cellspacing\":\"0\",\"cellpadding\":\"0\",\"border\":\"0\"}},[_c('tbody',[_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"170px\"}},[_vm._v(\"接口地址:\")]),_c('td',[_c('ht-input',{staticClass:\"ht\",attrs:{\"placeholder\":\"请输入接口地址\",\"autocomplete\":\"off\",\"validate\":\"required\"},model:{value:(row.url),callback:function ($$v) {_vm.$set(row, \"url\", $$v)},expression:\"row.url\"}})],1)]),_c('tr',[_c('th',{staticClass:\"is-required\",attrs:{\"width\":\"170px\"}},[_vm._v(\"接口描述:\")]),_c('td',[_c('ht-input',{staticClass:\"ht\",attrs:{\"placeholder\":\"请输入接口描述\",\"autocomplete\":\"off\",\"validate\":\"required\"},model:{value:(row.desc),callback:function ($$v) {_vm.$set(row, \"desc\", $$v)},expression:\"row.desc\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"170px\"}},[_vm._v(\"接口类型:\")]),_c('td',[_c('ht-radio',{attrs:{\"options\":[{key: 1, value: \"异步\" },{key: 0, value: \"同步\" }]},model:{value:(row.invokeMode),callback:function ($$v) {_vm.$set(row, \"invokeMode\", $$v)},expression:\"row.invokeMode\"}})],1)]),_c('tr',[_c('th',{attrs:{\"width\":\"170px\"}},[_vm._v(\"接口触发时机:\")]),_c('td',[_c('ht-checkbox',{staticStyle:{\"margin-top\":\"-10px\"},attrs:{\"options\":[{key: \"taskCreate\", value: \"任务创建时\" },{key: \"taskComplete\", value: \"任务结束时\" }]},model:{value:(row.callTime),callback:function ($$v) {_vm.$set(row, \"callTime\", $$v)},expression:\"row.callTime\"}}),(!_vm.passConf.nodeId)?_c('ht-checkbox',{staticStyle:{\"margin-top\":\"-10px\"},attrs:{\"options\":[{key: \"startEvent\", value: \"流程启动时\" },{key: \"endEvent\", value: \"流程结束时\" }]},model:{value:(row.callTime),callback:function ($$v) {_vm.$set(row, \"callTime\", $$v)},expression:\"row.callTime\"}}):_vm._e()],1)]),(!_vm.passConf.nodeId&&_vm.isGlobalNode(row.callTime))?_c('tr',[_c('th',{attrs:{\"width\":\"170px\"}},[_vm._v(\"接口触发节点:\")]),_c('td',_vm._l((_vm.passConf.nodes),function(node){return _c('span',{key:node.nodeId},[_c('ht-checkbox',{staticStyle:{\"margin-top\":\"-10px\"},attrs:{\"options\":[{key: node.nodeId, value: node.name }]},model:{value:(row.callNodes),callback:function ($$v) {_vm.$set(row, \"callNodes\", $$v)},expression:\"row.callNodes\"}})],1)}),0)]):_vm._e(),_c('tr',[_c('th',{attrs:{\"width\":\"170px\"}},[_c('el-tooltip',{staticClass:\"item\",attrs:{\"effect\":\"dark\",\"content\":\"接口头部(header)为JSON格式,如:{\\\"Authorization\\\":\\\"Bearer eyJhbGciOiJIUzUxMiJ9\\\"}\",\"placement\":\"left-start\"}},[_c('i',{staticClass:\"el-icon-warning\"},[_vm._v(\"接口头部(header):\")])])],1),_c('td',[_c('ht-input',{staticClass:\"ht\",attrs:{\"placeholder\":\"请输入接口头部(header)\",\"autocomplete\":\"off\"},model:{value:(row.header),callback:function ($$v) {_vm.$set(row, \"header\", $$v)},expression:\"row.header\"}})],1)])])])])]}}])}),_c('el-table-column',{attrs:{\"label\":\"操作\",\"width\":\"100\"},scopedSlots:_vm._u([{key:\"default\",fn:function(ref){\nvar row = ref.row;\nvar $index = ref.$index;\nreturn [_c('el-button',{attrs:{\"size\":\"mini\",\"type\":\"danger\",\"icon\":\"el-icon-delete\"},on:{\"click\":function($event){return _vm.deleteSetting(_vm.restfulList,$index)}}},[_vm._v(\"删除\")])]}}])})],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"]}