{"remainingRequest":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/node_modules/vue-loader/lib/index.js??vue-loader-options!/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/src/components/form_selectHostOrCohost_flowpanel.vue?vue&type=script&lang=js&","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/src/components/form_selectHostOrCohost_flowpanel.vue","mtime":1740130327257},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/node_modules/thread-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/node_modules/babel-loader/lib/index.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/node_modules/cache-loader/dist/cjs.js","mtime":499162500000},{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-mobile/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\nexport default {\n props: [\"openParams\",\"designatedApproverList\"],\n data: function() {\n return {\n checkVal:[],\n keyWord:'',\n value:'',\n selectRow:[],\n };\n },\n created() {\n this.getApproverList();\n },\n\n mounted() {\n \n },\n methods: {\n search() {\n this.$api.getSearch(this.keyWord, {\n onSucess: response => {\n this.approverList = response.data.data.datas;\n this.keyWord = \"\"\n }\n })\n },\n handleSelectionChange(ev, item) {\n let val = this.checkVal;\n if(ev.target.checked && val.length > 0) {\n for(let i=0; i {\n let obj = {};\n for (let key in items) {\n if(key == \"id\" || key == \"name\") {\n obj[key] = items[key];\n }\n }\n hostOrCohostList.push(obj);\n });\n this.$emit(\"action\",hostOrCohostList); //调用父组件selectHostOrCohost()方法\n },\n }\n};\n",null]}