{"remainingRequest":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/AdvancedTool/AdvancedTool.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/src/components/AdvancedTool/AdvancedTool.vue","mtime":1701674859497},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/babel-loader/lib/index.js","mtime":1701674874357},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/cache-loader/dist/cjs.js","mtime":1701674874584},{"path":"/data/jenkins/workspace/test-v5in-source-front-01/src/badp-bcxin-5.x/obpm-designer-web/node_modules/vue-loader/lib/index.js","mtime":1701674874903}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n name: 'advancedTool',\n data(){\n return{\n data: [],\n isMode:false,\n }\n },\n computed:{\n activeName:{\n get(){\n return this.$store.state.tabName;\n },\n set(val){\n return val;\n }\n }\n },\n created(){\n if(JSON.parse(sessionStorage.getItem('software')).type == 1){\n this.isMode=true;\n }\n },\n mounted(){\n \n },\n\n methods:{\n\n /**\n * 当前选中的页签\n */\n handleClick(tab){\n if(tab.name == \"excelConf\"){ //选中Excel导入标签\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('label.import_config_info'), url: \"application/application_info_advancedTools_excelConf_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/advancedTool/excelConf', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','excelConf' + new Date().getTime());\n }else if(tab.name == \"eip\"){ //选中eip\n // this.$store.dispatch(\"rightHelpPageParams\", { title: \"Excel导入配置列表\", url: \"application/application_info_advancedTools_excelConf_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/advancedTool/eip', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','eip' + new Date().getTime());\n }else if(tab.name == \"dataSourceList\"){ //选中数据源\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('report.datasourcename'), url: \"application/application_info_advancedTools_dataSource_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/advancedTool/dataSourceList', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','dataSourceList' + new Date().getTime());\n }else if(tab.name == \"metadataMgr\"){\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('tabs.index_manager'), url: \"application/application_info_advancedTools_dataSource_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/advancedTool/metadataMgr', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','metadataMgr' + new Date().getTime());\n }else if(tab.name == \"APIInterfaceList\"){\n this.$router.push({path: '/home/softwaresdetails/advancedTool/apiInterfaceList', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','APIInterfaceList' + new Date().getTime());\n }\n else { //选中开发者\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('label.desirer_list'), url: \"application/application_info_advancedTools_developer_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/advancedTool/developer', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','developer' + new Date().getTime());\n }\n },\n },\n watch: {\n \"$store.state.rightHelpPageParams\": {\n handler() {\n if (this.$store.state.rightHelpFrame) {\n this.$store.state.rightHelpFrame.contentWindow.showHelpContentHtml(this.$store.state.rightHelpPageParams.title, this.$store.state.rightHelpPageParams.url);\n }\n },\n deep: true,\n },\n },\n}\n",null]}