From bb9ab1ca0118667d8a3d9b519bffba743b3c6367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Wed, 8 Oct 2025 22:17:54 +0800 Subject: [PATCH] 1 --- .../modules/warehouse/ifsCallErrorLog.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/modules/warehouse/ifsCallErrorLog.vue b/src/views/modules/warehouse/ifsCallErrorLog.vue index f53b8a2..83e977a 100644 --- a/src/views/modules/warehouse/ifsCallErrorLog.vue +++ b/src/views/modules/warehouse/ifsCallErrorLog.vue @@ -118,6 +118,16 @@ {{ scope.row[item.columnProp] }} + + + + @@ -138,7 +148,7 @@ width="70%" :close-on-click-modal="false" v-drag> - + @@ -451,7 +461,7 @@ export default { headerAlign: "center", align: "center", columnLabel: "操作", - columnWidth: 150, + columnWidth: 300, columnSortable: false, showOverflowTooltip: true, fixed: "right" @@ -645,11 +655,11 @@ export default { }).then(() => { // 设置loading状态 - rqrq this.$set(row, '_retrying', true) - + const params = { id: row.id } - + retryIfsCall(params).then(({data}) => { if (data && data.code === 0) { this.$message.success('重试成功,IFS接口调用完成')