From 3269269f260a0c958c590cfcb37e86b430f0a133 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 30 Nov 2023 01:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/listOweFee/listOweFee.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index 71f1b6cc4..74400fe23 100644 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -135,6 +135,7 @@ //重置 _resetOweFeeMethod: function () { vc.resetObject($that.listOweFeeInfo.conditions); + $that.listOweFeeInfo.conditions.communityId = vc.getCurrentCommunity().communityId $that.listOweFeeInfo.feeConfigNames = []; $('#configIds').selectpicker('deselectAll'); $that._loadListOweFeeInfo(DEFAULT_PAGE, DEFAULT_ROWS);