From 3560479a86cd34ebb48d7c353fdae1f6755561a1 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 14 Feb 2022 14:57:26 +0800
Subject: [PATCH] fix serviceAddForm remainCnt show or hide

---
 zq-erp/src/main/resources/templates/views/admin/hive/vip/sysSkinCheckRecord-form.html |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/vip/sysSkinCheckRecord-form.html b/zq-erp/src/main/resources/templates/views/admin/hive/vip/sysSkinCheckRecord-form.html
index e41aa02..08d79ba 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/vip/sysSkinCheckRecord-form.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/vip/sysSkinCheckRecord-form.html
@@ -540,7 +540,13 @@
                                 _this.closeForm();
                             }
                         });
-                        parent.myGrid.serchData();
+                        if (parent.myGrid) {
+                            parent.myGrid.serchData();
+                        }
+
+                        if (parent.app) {
+                            parent.app.skinCheckQuery();
+                        }
                     }
                 });
             },

--
Gitblit v1.9.1