From 2bd197ba59a3efa2fa8798467b82e4d64cf5e8f7 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Tue, 6 Aug 2024 19:37:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=B0=E8=B4=A6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96=EF=BC=8C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/creditTransferRecord/index.vue | 2 ++ src/views/invest/debitTransferRecord/index.vue | 3 ++- src/views/invest/investTransferRecord/index.vue | 3 ++- src/views/invest/lendTransferRecord/index.vue | 4 +++- src/views/invest/posTransferRecord/index.vue | 3 ++- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/invest/creditTransferRecord/index.vue b/src/views/invest/creditTransferRecord/index.vue index 1b23b76..d329442 100644 --- a/src/views/invest/creditTransferRecord/index.vue +++ b/src/views/invest/creditTransferRecord/index.vue @@ -342,6 +342,8 @@ function handleDelete(row) { }) .then(() => { getList() + getDebitList() + getcreditCardList() proxy.$modal.msgSuccess('删除成功') }) .catch(() => {}) diff --git a/src/views/invest/debitTransferRecord/index.vue b/src/views/invest/debitTransferRecord/index.vue index 592876a..ec6aaa0 100644 --- a/src/views/invest/debitTransferRecord/index.vue +++ b/src/views/invest/debitTransferRecord/index.vue @@ -117,7 +117,7 @@ const debitCardList = ref([]) const title = ref('') const operateList = ref([ { id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountsTransferRecord:query'] }, - // { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, + { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountsTransferRecord:remove'] } ]) const data = reactive({ @@ -307,6 +307,7 @@ function handleDelete(row) { }) .then(() => { getList() + getDebitList() proxy.$modal.msgSuccess('删除成功') }) .catch(() => {}) diff --git a/src/views/invest/investTransferRecord/index.vue b/src/views/invest/investTransferRecord/index.vue index 17a9bc3..854cafe 100644 --- a/src/views/invest/investTransferRecord/index.vue +++ b/src/views/invest/investTransferRecord/index.vue @@ -117,7 +117,7 @@ const futruesStocksList = ref([]) const title = ref('') const operateList = ref([ { id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountsTransferRecord:query'] }, - // { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, + { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountsTransferRecord:remove'] } ]) const data = reactive({ @@ -305,6 +305,7 @@ function handleDelete(row) { }) .then(() => { getList() + getFutruesStocksList() proxy.$modal.msgSuccess('删除成功') }) .catch(() => {}) diff --git a/src/views/invest/lendTransferRecord/index.vue b/src/views/invest/lendTransferRecord/index.vue index 600c9be..3f119ce 100644 --- a/src/views/invest/lendTransferRecord/index.vue +++ b/src/views/invest/lendTransferRecord/index.vue @@ -135,7 +135,7 @@ const createTimeLabel = ref('借贷时间') const amountLabel = ref('借贷金额') const operateList = ref([ { id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountsTransferRecord:query'] }, - // { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, + { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountsTransferRecord:remove'] } ]) const data = reactive({ @@ -363,6 +363,8 @@ function handleDelete(row) { }) .then(() => { getList() + getDebitList() + getLendList() proxy.$modal.msgSuccess('删除成功') }) .catch(() => {}) diff --git a/src/views/invest/posTransferRecord/index.vue b/src/views/invest/posTransferRecord/index.vue index 4ee440a..f92d700 100644 --- a/src/views/invest/posTransferRecord/index.vue +++ b/src/views/invest/posTransferRecord/index.vue @@ -131,7 +131,7 @@ const posMachineList = ref([]) const title = ref('') const operateList = ref([ { id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountsTransferRecord:query'] }, - // { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, + { id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountsTransferRecord:edit'] }, { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountsTransferRecord:remove'] } ]) const data = reactive({ @@ -344,6 +344,7 @@ function handleDelete(row) { }) .then(() => { getList() + getBankCardLendList() proxy.$modal.msgSuccess('删除成功') }) .catch(() => {})