From 4910e5d91ddf758850669ae8a9ddca51926e95a8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 12 Jan 2023 11:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scm/editCouponPropertyPool/editCouponPropertyPool.js | 4 ++-- .../scm/giftCouponPropertyPool/giftCouponPropertyPool.html | 2 +- .../scm/giftCouponPropertyPool/giftCouponPropertyPool.js | 2 +- .../pages/property/staffAppAuthManage/staffAppAuthManage.html | 4 +++- .../pages/property/staffAppAuthManage/staffAppAuthManage.js | 3 +++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/public/components/scm/editCouponPropertyPool/editCouponPropertyPool.js b/public/components/scm/editCouponPropertyPool/editCouponPropertyPool.js index c56000d97..b74d6f221 100644 --- a/public/components/scm/editCouponPropertyPool/editCouponPropertyPool.js +++ b/public/components/scm/editCouponPropertyPool/editCouponPropertyPool.js @@ -82,12 +82,12 @@ { limit: "required", param: "", - errInfo: "有效期'不能为空" + errInfo: "有效期不能为空" }, { limit: "maxLength", param: "12", - errInfo: "有效期'不能超过12" + errInfo: "有效期不能超过12" }, ], 'editCouponPropertyPoolInfo.cppId': [ diff --git a/public/components/scm/giftCouponPropertyPool/giftCouponPropertyPool.html b/public/components/scm/giftCouponPropertyPool/giftCouponPropertyPool.html index f035deb3e..8e810269e 100644 --- a/public/components/scm/giftCouponPropertyPool/giftCouponPropertyPool.html +++ b/public/components/scm/giftCouponPropertyPool/giftCouponPropertyPool.html @@ -38,7 +38,7 @@
-
diff --git a/public/pages/property/staffAppAuthManage/staffAppAuthManage.js b/public/pages/property/staffAppAuthManage/staffAppAuthManage.js index a09feebdf..86e4093df 100755 --- a/public/pages/property/staffAppAuthManage/staffAppAuthManage.js +++ b/public/pages/property/staffAppAuthManage/staffAppAuthManage.js @@ -48,6 +48,9 @@ }, _queryStaffAppAuthMethod: function () { vc.component._listStaffAppAuths(DEFAULT_PAGE, DEFAULT_ROWS); + }, + _refreshStaffAppAuth:function(){ + vc.component._listStaffAppAuths(DEFAULT_PAGE, DEFAULT_ROWS); }