From 991fa63d7ad7d67018027e301b87a7312867e63a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Mon, 22 Jan 2024 13:37:54 +0800
Subject: [PATCH] =?UTF-8?q?=E9=BA=92=E9=BA=9F=E8=A7=A3=E9=99=A4=E7=A6=81?=
=?UTF-8?q?=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/product/account.vue | 8 ++++++++
src/components/product/accountSearch.vue | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/src/components/product/account.vue b/src/components/product/account.vue
index f6cc5f3..bcf3d2e 100644
--- a/src/components/product/account.vue
+++ b/src/components/product/account.vue
@@ -126,6 +126,7 @@
归属
删除
查看在线
+ 解除限制
@@ -461,6 +462,13 @@ export default {
this.onlineClient.forEach(m => m.info = item)
})
},
+ openLimit(item) {
+ this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
+ account: item.Account,
+ }).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 60e11c7..3bf1036 100644
--- a/src/components/product/accountSearch.vue
+++ b/src/components/product/accountSearch.vue
@@ -68,6 +68,7 @@
归属
删除
查看在线
+ 解除限制
@@ -270,6 +271,13 @@ export default {
this.onlineClient.forEach(m=>m.info=item)
})
},
+ openLimit(item) {
+ this.$api.post(this.$api.phpURL + 'jinyou/jinyoudt/openTxLimit', {
+ account: item.Account,
+ }).then(res => {
+ this.$message.success('设置成功')
+ })
+ },
killout(item){
var params={
productId:item.info.ProductId,