{"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/Library/Library.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/Library/Library.vue","mtime":1701674859500},{"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\nexport default {\n name: 'library',\n data(){\n return{\n data: []\n }\n },\n\n mounted(){\n \n },\n computed:{\n activeName:{\n get(){\n let tabName = this.$store.state.tabName\n switch(tabName){\n case \"macroLibs\":\n tabName = \"macroLibsList\";\n break;\n }\n return tabName;\n },\n set(val){\n return val;\n }\n }\n },\n methods:{\n /**\n * 当前选中的页签\n */\n handleClick(tab){\n if(tab.name == \"styleLibsList\"){ //选中样式库\n this.$store.dispatch(\"rightHelpPageParams\", { title:this.$t('msg.style_list'), url: \"application/application_info_libraries_styleLibs_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/library/styleLibsList', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','macroLibsList' + new Date().getTime());\n\n }else if(tab.name == \"validateLibsList\"){ //选中校验库\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('msg.checking_list'), url: \"application/application_info_libraries_validateLibs_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/library/validateLibsList', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','validateLibsList' + new Date().getTime());\n }\n else { //选中函数库\n this.$store.dispatch(\"rightHelpPageParams\", { title: this.$t('msg.function_list'), url: \"application/application_info_libraries_macroLibs_list_help.html\" });\n this.$router.push({path: '/home/softwaresdetails/library/macroLibsList', query:{edit: true}});\n this.$store.commit('changeIsClickPrimaryTab','macroLibsList' + 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]}