{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!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\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"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//\nimport CMGTDutyAnalysisRelevancyApi from '@/api/CMGTDutyAnalysisRelevancyApi';\nimport dictUtils from '@/components/dict/DictSelectUtils'; // 解构接口api对象\n\nvar warningInformationData = CMGTDutyAnalysisRelevancyApi.warningInformationData;\nexport default {\n name: 'DutyWarningInformation',\n // 执勤预警信息\n props: {\n rowInfo: {\n default: function _default() {\n return {};\n },\n type: Object\n }\n },\n data: function data() {\n return {\n tableData: [],\n warningTypeOpt: [] // 预警类型下拉\n\n };\n },\n created: function created() {\n this.getWarningData(); // 获取预警信息\n\n this.warningTypeOpt = dictUtils.getDictItemsFromCache('qwrygjlx');\n },\n methods: {\n // 获取预警信息\n getWarningData: function getWarningData() {\n var _this = this;\n\n warningInformationData(this.rowInfo.id, function (res) {\n return _this.tableData = res || [];\n });\n }\n }\n};",null]}