{"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/components/supervisionPop.vue?vue&type=script&lang=js","dependencies":[{"path":"/data/jenkins/workspace/badp-bcxin-web-5.x-vue/src/components/supervisionPop.vue","mtime":1725957645729},{"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/thread-loader/dist/cjs.js","mtime":499162500000},{"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":["\nexport default {\n props: ['supervisionDialogVisible', 'isSupervisedInfoCompletedData'],\n data() {\n return {\n dialogPopVisible: this.supervisionDialogVisible,\n superviseCompletedUrl: `/static/portal/vue/index.html#/open?appId=__DXZvc8mnEmDqMARhK7G&actionContent=__DRWRVHekZL0pUfzfTwb&opentarget=detail&linkType=00`,//从业单位--监管归属url\n infoCompletedUrl: `/static/portal/vue/index.html#/open?appId=__DXZvc8mnEmDqMARhK7G&actionContent=__AOkTvsah9VLicJhQ1FO&opentarget=detail&linkType=00&isAllEdit=true`,//从业单位--单位信息url\n }\n },\n watch: {\n supervisionDialogVisible() {\n this.dialogPopVisible = this.supervisionDialogVisible;\n }\n },\n methods: {\n onOkisSupervised() {\n let url = `${location.origin}${this.superviseCompletedUrl}`\n window.open(url)//跳转到监管归属iframe页面\n },\n onOkinfoCompleted() {\n let url = `${location.origin}${this.infoCompletedUrl}`\n window.open(url)//跳转到从业单位iframe页面\n },\n onBack() {\n // this.$emit('isSupervisedData')//发送到Home.vue请求判断是否已填写好监管归属,如果填好,直接关闭监管归属窗口\n let url = `${location.origin}/static/signon/`\n window.open(url)//返回登录页\n }\n }\n}\n",null]}