From cbc65df462810bca83f76f92dc94671847993954 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Tue, 9 Jul 2024 16:35:56 +0800
Subject: [PATCH] =?UTF-8?q?=E8=98=91=E8=8F=87-=E6=9E=81=E7=8B=90=E8=A7=A3?=
=?UTF-8?q?=E9=99=A4=E5=B1=8F=E8=94=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/product/account.vue | 11 +++++++++++
src/components/product/accountSearch.vue | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/src/components/product/account.vue b/src/components/product/account.vue
index bccbfe2..617346a 100644
--- a/src/components/product/account.vue
+++ b/src/components/product/account.vue
@@ -128,6 +128,8 @@
查看在线
解除限制
解除限制
+ 解除限制
+ 解除限制
@@ -479,6 +481,15 @@ export default {
this.$message.success('设置成功')
})
},
+
+ openLimitother(item) {
+ this.$api.post(this.$api.phpURL + 'product/OpenAccountLimit/openTxLimit', {
+ account: item.Account,
+ productId:item.ProductId
+ }).then(res => {
+ this.$message.success('设置成功')
+ })
+ },
killout (item) {
var params = {
productId: item.info.ProductId,
diff --git a/src/components/product/accountSearch.vue b/src/components/product/accountSearch.vue
index c0f37b4..7453213 100644
--- a/src/components/product/accountSearch.vue
+++ b/src/components/product/accountSearch.vue
@@ -70,6 +70,8 @@
查看在线
解除限制
解除限制
+ 解除限制
+ 解除限制
@@ -288,6 +290,15 @@ export default {
this.$message.success('设置成功')
})
},
+
+ openLimitother(item) {
+ this.$api.post(this.$api.phpURL + 'product/OpenAccountLimit/openTxLimit', {
+ account: item.Account,
+ productId:item.ProductId
+ }).then(res => {
+ this.$message.success('设置成功')
+ })
+ },
killout(item){
var params={
productId:item.info.ProductId,