{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\duty\\CMGTDutyAnalysisRelevancy\\components\\DutyWarningInformation.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\duty\\CMGTDutyAnalysisRelevancy\\components\\DutyWarningInformation.vue","mtime":1690541169595},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\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\r\nimport CMGTDutyAnalysisRelevancyApi from '@/api/CMGTDutyAnalysisRelevancyApi'\r\nimport dictUtils from '@/components/dict/DictSelectUtils'\r\n\r\n// 解构接口api对象\r\nconst {\r\n warningInformationData\r\n} = CMGTDutyAnalysisRelevancyApi\r\nexport default {\r\n name: 'DutyWarningInformation', // 执勤预警信息\r\n props: {\r\n rowInfo: {\r\n default() {\r\n return {}\r\n },\r\n type: Object\r\n }\r\n },\r\n data() {\r\n return {\r\n tableData: [],\r\n warningTypeOpt: [] // 预警类型下拉\r\n }\r\n },\r\n created() {\r\n this.getWarningData() // 获取预警信息\r\n this.warningTypeOpt = dictUtils.getDictItemsFromCache('qwrygjlx')\r\n },\r\n methods: {\r\n // 获取预警信息\r\n getWarningData() {\r\n warningInformationData(this.rowInfo.id, res => this.tableData = res || [])\r\n }\r\n }\r\n}\r\n",null]}