diff --git a/src/api/invest/futuresDailyHistory.js b/src/api/invest/futuresDailyHistory.js
index 021ab1b..5f7065d 100644
--- a/src/api/invest/futuresDailyHistory.js
+++ b/src/api/invest/futuresDailyHistory.js
@@ -42,3 +42,12 @@ export function delFuturesDailyHistory(id) {
method: 'delete'
})
}
+
+// 同步期货日行情历史列表
+export function synFuturesDailyHistory(query) {
+ return request({
+ url: '/invest/futuresDailyHistory/synFuturesDailyHistory',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/invest/futureBaseInfor/index.vue b/src/views/invest/futureBaseInfor/index.vue
index cd8c8c1..449da31 100644
--- a/src/views/invest/futureBaseInfor/index.vue
+++ b/src/views/invest/futureBaseInfor/index.vue
@@ -108,12 +108,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+