{"remainingRequest":"/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/form_blank.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/test-v5inweb-5.x-vue/src/components/form_blank.vue","mtime":1739760944313},{"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":["\nimport form_normalform from \"@/components/form_normalform.vue\";\nexport default {\n props: [\n ],\n components: {\n form_normalform, \n },\n data: function() {\n return {\n view:'',\n params:'',\n hackReset: true,\n };\n },\n created() {\n let op = this.$route.query;\n this.doAction(op);\n },\n mounted(){\n \n },\n computed: {\n \n },\n methods: {\n doAction: function(params) {\n // this.paramsHistory.push(params);\n this.params = params;\n if(params.isCurrentPageOpen) { //当是按钮为当前页打开时重新刷新页面加载数据,是视图按钮,或者表单按钮\n this.hackReset = false\n this.$nextTick(() => {\n this.hackReset = true\n })\n }\n },\n getviewData() {\n let appId = this.$route.query.appId;\n let obj = {\n 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 }\n}\n",null]}