{"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\\Mobile\\Manage\\securityInvestigationPlan\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Mobile\\Manage\\securityInvestigationPlan\\index.vue","mtime":1691463999696},{"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":["import \"core-js/modules/es7.object.get-own-property-descriptors\";\nimport \"core-js/modules/web.dom.iterable\";\nimport \"core-js/modules/es6.object.keys\";\nimport \"regenerator-runtime/runtime\";\nimport _asyncToGenerator from \"D:/jenkins/workspace/bzzgj-fvue/node_modules/@babel/runtime/helpers/esm/asyncToGenerator\";\nimport \"core-js/modules/es6.array.find\";\nimport _defineProperty from \"D:/jenkins/workspace/bzzgj-fvue/node_modules/@babel/runtime/helpers/esm/defineProperty\";\nimport \"core-js/modules/es6.function.name\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\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//\nimport SecurityFileApi from '@/views/Manage/saftyDanger/api/SecurityFileApi';\nimport dictContracts from '@/components/dict/DictSelectUtils.js';\nvar investigatePlan = SecurityFileApi.investigatePlan;\nexport default {\n name: 'MobileTrainingPlan',\n // 隐患档案查询\n data: function data() {\n return {\n listData: [],\n // 列表数据\n // 受检单位配置数组对象\n loading: false,\n // 列表是否触发loading\n finished: false,\n // 列表是否加载完成\n checkTypeOpt: dictContracts.getDictItemsFromCache('pclb').map(function (i) {\n return {\n text: i.name,\n value: i.value\n };\n })\n };\n },\n computed: {\n routerQuery: function routerQuery() {\n return this.$route.query;\n }\n },\n created: function created() {\n this.getListData();\n },\n methods: {\n // 字典转义(转义、翻译)\n dictionaryEscape: function dictionaryEscape(dictionary, val) {\n var option = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};\n if (!(Array.isArray(dictionary) && dictionary.length)) return '';\n option = _objectSpread({\n valueKey: 'value',\n labelKey: 'text',\n dictionaryType: true\n }, option);\n var _option = option,\n valueKey = _option.valueKey,\n labelKey = _option.labelKey,\n dictionaryType = _option.dictionaryType;\n var item = dictionary.find(function (i) {\n return i[dictionaryType ? valueKey : labelKey] === val;\n }) || {};\n return item[dictionaryType ? labelKey : valueKey] || '';\n },\n // 跳转\n jumpArchives: function jumpArchives(_ref) {\n var unitId = _ref.unitId,\n id = _ref.id;\n this.$router.push({\n name: 'MobileTrainingPlanDetail',\n query: {\n 't.unitId': unitId,\n 't.checkRecordId': id\n }\n });\n },\n // 获取列表数据\n getListData: function () {\n var _getListData = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {\n var _yield$investigatePla, value;\n\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.next = 2;\n return investigatePlan(this.routerQuery);\n\n case 2:\n _yield$investigatePla = _context.sent;\n value = _yield$investigatePla.data.value;\n this.listData = value;\n this.finished = true;\n\n case 6:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, this);\n }));\n\n function getListData() {\n return _getListData.apply(this, arguments);\n }\n\n return getListData;\n }()\n }\n};",null]}