{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web\\src\\views\\searchPage\\pagination.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web\\src\\views\\searchPage\\pagination.vue","mtime":1675214578308},{"path":"D:\\jenkins\\workspace\\xypm-web\\babel.config.js","mtime":1675214572901},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\xypm-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web\\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 _defineProperty from \"D:/jenkins/workspace/xypm-web/node_modules/@babel/runtime/helpers/esm/defineProperty.js\";\nfunction ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }\nfunction _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n  name: 'pagination',\n  props: {\n    pageResult: {\n      type: Object,\n      default: function _default() {\n        return {\n          page: 1,\n          pageSize: 20,\n          total: 0\n        };\n      }\n    }\n  },\n  data: function data() {\n    return {\n      pagerCount: 11,\n      pagination: _objectSpread({}, this.pageResult)\n    };\n  },\n  mounted: function mounted() {\n    var _this = this;\n    this.$watch('pageResult', function (n, o) {\n      if (n !== o) {\n        _this.pagination = _objectSpread({}, n);\n      }\n    });\n  },\n  // computed: {\n  //   pagination() {\n  //     return this.pageResult\n  //   }\n  // },\n  methods: {\n    handleSizeChange: function handleSizeChange(pageSize) {\n      this.pagination = _objectSpread(_objectSpread({}, this.pagination), {}, {\n        pageSize: pageSize\n      });\n      this.$emit('handleSizeChange', this.pagination);\n    },\n    handleCurrentChange: function handleCurrentChange(page) {\n      this.pagination = _objectSpread(_objectSpread({}, this.pagination), {}, {\n        page: page\n      });\n      this.$emit('handleCurrentChange', this.pagination);\n    }\n  }\n};",null]}