From 8cc91599c6ef83e3a1e387d2d8f8857443452af9 Mon Sep 17 00:00:00 2001 From: tony001 <228939628@qq.com> Date: Mon, 9 Nov 2020 16:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=9C=AA=E9=87=8D=E7=BD=AE=E5=BD=93=E5=89=8D=E9=A1=B5?= =?UTF-8?q?=E4=B8=BA=E7=AC=AC=E4=B8=80=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "@CONTROL/\350\241\250\346\240\274/CONTROL-BASE.vue.ftl" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/@CONTROL/\350\241\250\346\240\274/CONTROL-BASE.vue.ftl" "b/@CONTROL/\350\241\250\346\240\274/CONTROL-BASE.vue.ftl" index d188e7a..5bf6d6a 100644 --- "a/@CONTROL/\350\241\250\346\240\274/CONTROL-BASE.vue.ftl" +++ "b/@CONTROL/\350\241\250\346\240\274/CONTROL-BASE.vue.ftl" @@ -1313,7 +1313,7 @@ ${gridColumn.getName()} return; } if (Object.is('load', action)) { - this.load(data); + this.load(data,true); } if (Object.is('remove', action)) { this.remove(data); -- 2.21.0