From f6b255f15d0acd8f4cb5a2c1528d9c5d75794cf4 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 10 Sep 2025 18:38:24 +0800
Subject: [PATCH] 1
---
src/views/modules/user/mangr-other-update.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/user/mangr-other-update.vue b/src/views/modules/user/mangr-other-update.vue
index 94f3f91..239c61e 100644
--- a/src/views/modules/user/mangr-other-update.vue
+++ b/src/views/modules/user/mangr-other-update.vue
@@ -296,9 +296,13 @@
id: this.userId,
};
this.$http({
- url: this.$http.adornUrl("/exchangeApplyOrder/resetFreeze"),
- method: "get",
- params: this.$http.adornParams(data),
+ url: this.$http.adornUrl("/exchangeApplyOrder/resetFreezess"),
+ method: "post",
+ data: this.$http.adornData(
+ Object.assign(
+ data
+ )
+ ),
}).then(({ data }) => {
console.log(data);
if (data.code == 1) {
--
Gitblit v1.9.3