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); }