From 3e1a75ec6e21b4fb42b66be38c26aac383fba994 Mon Sep 17 00:00:00 2001 From: "Mr.T" Date: Sat, 7 Sep 2024 21:07:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?uniapp=20=E6=B7=BB=E5=8A=A0dictInited?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vol.uniapp/components/view-grid/view-grid.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vol.uniapp/components/view-grid/view-grid.vue b/vol.uniapp/components/view-grid/view-grid.vue index 47f1bbf7a..9c2ec9d50 100644 --- a/vol.uniapp/components/view-grid/view-grid.vue +++ b/vol.uniapp/components/view-grid/view-grid.vue @@ -649,6 +649,7 @@ } }) }) + this.dicInited && this.dicInited(result); }) }, initSearchFormDateRange() { @@ -966,4 +967,4 @@ border-radius: 50%; } } - --> \ No newline at end of file + --> From 4492243dff8ff14d7de1ef2ca78a96371e62b0cb Mon Sep 17 00:00:00 2001 From: "Mr.T" Date: Wed, 25 Sep 2024 10:16:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?view-grid=E7=9A=84table=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=8D=95=E7=8B=AC=E8=BF=9B=E8=A1=8C=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E7=9A=84=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vol.uniapp/components/view-grid/view-grid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vol.uniapp/components/view-grid/view-grid.vue b/vol.uniapp/components/view-grid/view-grid.vue index 9c2ec9d50..eed707f77 100644 --- a/vol.uniapp/components/view-grid/view-grid.vue +++ b/vol.uniapp/components/view-grid/view-grid.vue @@ -17,7 +17,7 @@