From b4dd0687c7285f3be32860adccfa523a62bfd4c6 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 05 Jun 2026 11:19:37 +0800
Subject: [PATCH] 1

---
 src/views/modules/mining/pledge-order-add-or-update.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/modules/mining/pledge-order-add-or-update.vue b/src/views/modules/mining/pledge-order-add-or-update.vue
index 833b210..31a8581 100644
--- a/src/views/modules/mining/pledge-order-add-or-update.vue
+++ b/src/views/modules/mining/pledge-order-add-or-update.vue
@@ -62,7 +62,9 @@
         this.$http({
           url: this.$http.adornUrl('/sys/menu/table'),
           method: 'get',
-          params: this.$http.adornParams()
+          params: this.$http.adornParams({
+          appType: "1", //1综合盘  2 交易所
+        }),
         }).then(({data}) => {
           this.menuList = treeDataTranslate(data, 'menuId', 'parentId')
         }).then(() => {

--
Gitblit v1.9.3