From 81826e66f68a37486516ee93c4e11d92a00c3fb6 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期四, 21 十二月 2023 14:43:21 +0800 Subject: [PATCH] 增加清除id调用终止出片任务 --- CanadaMes-ui/src/views/home/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CanadaMes-ui/src/views/home/index.vue b/CanadaMes-ui/src/views/home/index.vue index edc7ed8..c6d05d1 100644 --- a/CanadaMes-ui/src/views/home/index.vue +++ b/CanadaMes-ui/src/views/home/index.vue @@ -1654,7 +1654,7 @@ }); } , - cellStyle({ row, column, rowIndex, columnIndex }) { + cellStyle({ column, rowIndex, columnIndex }) { // console.log(row, column, "ss"); column = rowIndex; rowIndex = column; -- Gitblit v1.8.0