{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/expandedComponents/form_template.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/expandedComponents/form_template.vue","mtime":1725957645733},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/babel-loader/lib/index.js","mtime":456789000000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/node_modules/vue-loader/lib/index.js","mtime":499162500000}],"contextDependencies":[],"result":["\nimport API from \"@/api.js\";\nexport default {\n name: \"form-searchform\",\n props: [\"openParams\"],\n created: function() {\n this.initForm({\n appId: this.openParams.appId,\n formId: this.openParams.actionContent,\n docId: this.openParams._select,\n });\n },\n\n data: function() {\n return {\n formdata: undefined,\n };\n },\n\n methods: {\n form(data) {\n if (data) {\n return {\n methods: {\n findField(id) {\n for (let i = 0; i < data.fields.length; i++) {\n let fld = data.fields[i];\n if (id == fld.id) return fld;\n }\n return null;\n }\n },\n template: \"