{"remainingRequest":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xypm-web-prod\\src\\views\\searchPage\\sort.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\src\\views\\searchPage\\sort.vue","mtime":1667333351602},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\babel.config.js","mtime":1667333346259},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xypm-web-prod\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/es6.regexp.split\";\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//\nexport default {\n name: 'sort',\n data: function data() {\n return {\n value: '',\n sortType: '排序方式',\n timeFrame: '时间范围'\n };\n },\n methods: {\n handleCommand: function handleCommand(data) {\n this.sortType = data;\n\n if (data == '智能排序') {\n this.$emit('handleCommand', 1);\n } else if (data == '时间升序') {\n this.$emit('handleCommand', 2);\n } else {\n this.$emit('handleCommand', 3);\n }\n },\n handleChangeDate: function handleChangeDate(value) {\n if (value.length == 2) {\n this.$emit('handleTime', value);\n } else {\n this.$message.info('请选择时间范围');\n }\n\n this.timeFrame = value.join('~');\n },\n handleTime: function handleTime() {\n var time = this.timeFrame;\n\n if (typeof time == 'string') {\n this.value = this.timeFrame.split('~');\n }\n },\n handleClear: function handleClear() {\n this.sortType = '排序方式';\n this.timeFrame = '时间范围';\n this.$emit('handleClear');\n }\n }\n};",null]}