From 7e5e8aa1f9822c57d8ff1f23819951cae95e3513 Mon Sep 17 00:00:00 2001 From: 2450357564 <46582006+2450357564@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:11:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E9=87=8FsetCellValue=20isRefre?= =?UTF-8?q?sh=E4=B8=BAfalse=E6=97=B6=EF=BC=8C=E4=B8=AD=E9=97=B4=E6=9C=89?= =?UTF-8?q?=E5=85=AC=E5=BC=8F=E5=AF=BC=E8=87=B4=E5=90=8E=E7=BB=AD=E6=99=AE?= =?UTF-8?q?=E9=80=9A=E5=80=BC=E6=97=A0=E6=B3=95=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/api.js b/src/global/api.js index 281e7d9b..c0765d8a 100644 --- a/src/global/api.js +++ b/src/global/api.js @@ -251,7 +251,7 @@ export function setCellValue(row, column, value, options = {}) { jfrefreshgrid(data, [{ "row": [row, row], "column": [column, column] }]);//update data, meanwhile refresh canvas and store data to history } else{ - file.data = data;//only update data + Store.flowdata = data;//only update data } if (success && typeof success === 'function') {