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(() => {})