{"remainingRequest":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js??ref--0-0!/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/view_blank.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/view_blank.vue","mtime":1739760944323},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/babel.config.js","mtime":1739760943855},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":315532800000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":1655715099000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.function.name\";\nimport API from \"@/api.js\";\nimport view_delegate from \"@/components/view_delegate.vue\";\nimport form_normalform from \"@/components/form_normalform.vue\";\nimport profile from \"@/components/profile.vue\";\nimport information from \"@/components/information.vue\";\nimport main_management from \"@/components/main_management.vue\";\nimport main_pending from \"@/components/main_pending.vue\";\nimport main_processing from \"@/components/main_processing.vue\";\nimport main_read from \"@/components/main_read.vue\";\nimport main_unread from \"@/components/main_unread.vue\";\nimport authority from \"@/components/authority.vue\";\nimport main_launch from \"@/components/main_launch.vue\";\nimport main_meter from \"@/components/main_meter\";\nimport report from \"@/components/report\";\nimport chart from \"@/components/chart\";\nimport common_linkcontent from \"@/components/common_linkcontent\";\nimport menu_custom_linktype from \"@/components/menu_custom_linktype\";\nimport main_other_software from \"@/components/main_other_software\";\nexport default {\n props: [],\n components: {\n view_delegate: view_delegate,\n form_normalform: form_normalform,\n profile: profile,\n information: information,\n main_management: main_management,\n main_pending: main_pending,\n main_processing: main_processing,\n main_read: main_read,\n main_unread: main_unread,\n authority: authority,\n main_launch: main_launch,\n main_meter: main_meter,\n report: report,\n chart: chart,\n common_linkcontent: common_linkcontent,\n menu_custom_linktype: menu_custom_linktype,\n main_other_software: main_other_software\n },\n data: function data() {\n return {\n params: null,\n view: '',\n tableHeight: document.documentElement.clientHeight - 55 - 40 - 20 - 20 // 55:按钮 40:页码 20:padding\n };\n },\n created: function created() {\n this.doAction();\n //this.getviewData();\n },\n mounted: function mounted() {},\n computed: {},\n methods: {\n contentType: function contentType() {\n var compName;\n switch (this.params.linkType) {\n case \"00\":\n //表单\n compName = \"form_normalform\";\n break;\n case \"01\":\n //列表视图\n compName = \"view_delegate\";\n break;\n case \"02\":\n //图表\n compName = \"chart\";\n break;\n case \"03\":\n //信息管理\n compName = \"information\";\n break;\n case \"04\":\n //系统设置\n compName = \"main_management\";\n break;\n case \"05\":\n compName = \"menu_custom_linktype\";\n break;\n case \"06\":\n compName = \"menu_custom_linktype\";\n break;\n case \"07\":\n //自定义脚本链接\n compName = \"menu_custom_linktype\";\n break;\n case \"08\":\n //仪表分析\n compName = \"main_meter\";\n break;\n case \"09\":\n //报表\n compName = \"report\";\n break;\n case \"10\":\n //待阅\n compName = \"main_unread\";\n break;\n case \"11\":\n //已阅\n compName = \"main_read\";\n break;\n case \"100\":\n //权限页面\n compName = \"authority\";\n break;\n case \"102\":\n //个人设置\n compName = \"profile\";\n break;\n case \"103\":\n compName = \"common_linkcontent\";\n break;\n case \"104\":\n //发起新建\n compName = \"main_launch\";\n break;\n case \"105\":\n //我的待办\n compName = \"main_pending\";\n break;\n case \"106\":\n //经办跟踪\n compName = \"main_processing\";\n break;\n case \"km\":\n compName = \"main_other_software\";\n break;\n case \"qm\":\n compName = \"main_other_software\";\n break;\n default:\n break;\n }\n return compName;\n },\n doAction: function doAction(params, isCreate) {\n if (isCreate) {\n //新窗口打开然后点击新建时\n this.params = params;\n } else {\n var openParams = {\n appId: this.$route.query.appId,\n actionContent: this.$route.query.actionContent,\n linkType: this.$route.query.linkType,\n isOpenNewWindow: true\n };\n this.params = openParams;\n }\n },\n getviewData: function getviewData() {\n var _this = this;\n var appId = this.$root.appid;\n var obj = {\n appId: appId,\n viewId: this.$route.query.actionContent,\n test: this.$route.query.paramValue,\n containTitle: this.$route.query.name\n };\n if (this.$route.query.paramKey) {\n obj[this.$route.query.paramKey] = this.$route.query.paramValue;\n }\n\n //delegate带参数的\n this.$api.getBlankViewTemplate(appId, obj, {\n onSucess: function onSucess(response) {\n _this.view = response.data.data;\n }\n });\n }\n }\n};",null]}