{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\form\\BusinessObjHeader.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\form\\BusinessObjHeader.vue","mtime":1675071992913},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nconst eipSysTypeSelector = () =>\r\n import(\"@/components/selector/EipSysTypeSelector.vue\");\r\nexport default {\r\n components: {\r\n eipSysTypeSelector,\r\n },\r\n name: \"BusinessObjHeader\",\r\n props: [\"dataView\", \"formData\"],\r\n computed: {\r\n editing: function () {\r\n return this.dataView && this.dataView.type == \"edit\";\r\n },\r\n deployed: function () {\r\n return this.formData && this.formData.deployed == 1;\r\n },\r\n },\r\n methods: {\r\n entBlur() {\r\n this.$emit(\"entBlur\");\r\n },\r\n getPinyin(){\r\n this.$http.request({\r\n\t\t\t\turl: `${window.context.uc}/base/tools/v1/getPinyin`,\r\n\t\t\t\tmethod: \"GET\",\r\n\t\t\t\tparams: { chinese: this.formData.description, type: 0 }\r\n\t\t\t}).then(res => {\r\n\t\t\t\tif (res.data.state) {\r\n\t\t\t\t\tthis.formData.alias = res.data.value;\r\n\t\t\t\t}\r\n\t\t\t})\r\n }\r\n },\r\n};\r\n",null]}