diff --git a/src/views/framework/architecture/index.vue b/src/views/framework/architecture/index.vue
index 116da7f..7cbf3fd 100644
--- a/src/views/framework/architecture/index.vue
+++ b/src/views/framework/architecture/index.vue
@@ -36,10 +36,17 @@
-
+ :min="1"
+ :max="10"
+ :step="1"
+ :controls="false"
+ />
+
+
diff --git a/src/views/statistics/productSaleStatistics.vue b/src/views/statistics/productSaleStatistics.vue
index 54be745..4e4f6a9 100644
--- a/src/views/statistics/productSaleStatistics.vue
+++ b/src/views/statistics/productSaleStatistics.vue
@@ -176,6 +176,8 @@ export default {
created() {
this.getSearch()
this.getOthers()
+ this.select.startTime = this.timeRange[0]
+ this.select.endTime = this.timeRange[1]
},
methods: {
isLocalSymbol,