diff --git a/c.rar b/f.rar
similarity index 92%
rename from c.rar
rename to f.rar
index 4bb2ac5..d6f6890 100644
Binary files a/c.rar and b/f.rar differ
diff --git a/src/views/admin/line-order-template-logs/index.vue b/src/views/admin/line-order-template-logs/index.vue
index 5b9dd78..a4e750a 100644
--- a/src/views/admin/line-order-template-logs/index.vue
+++ b/src/views/admin/line-order-template-logs/index.vue
@@ -449,7 +449,7 @@
- {{ re_take_profit_ratio }}
+ {{ re_take_profit_ratio }}
@@ -840,7 +840,7 @@ export default {
this.onchangePattern(false)
this.getListLineApiUser()
this.form.type === 2 && this.getSymbolGroup(this.inForm.symbol_type)
- this.onCalculate()
+ this.form.type === 1 && this.onCalculate()
this.open = true
this.title = '修改委托下单模板'
this.isEdit = true
diff --git a/src/views/admin/line-pre-order/index.vue b/src/views/admin/line-pre-order/index.vue
index b73d69b..d0c8ec1 100644
--- a/src/views/admin/line-pre-order/index.vue
+++ b/src/views/admin/line-pre-order/index.vue
@@ -778,7 +778,7 @@
- {{ re_take_profit_ratio }}
+ {{ re_take_profit_ratio }}
@@ -1605,7 +1605,6 @@ export default {
},
// 获取交易对组
getSymbolGroup(type = 2, exchangeType) {
- console.log(type, exchangeType, '??')
listLineSymbolGroup({ pageIndex: 1, pageSize: 999, beginTime: undefined, endTime: undefined, type, exchangeType: exchangeType || this.form.exchange_type }).then(res => {
this.symbolGroups = res.data.list
})