From f90e39dcd937143d4285880de31dc8feaed4da52 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 11 Jan 2024 18:15:28 +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/components/property/addFeeConfig/addFeeConfig.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/components/property/addFeeConfig/addFeeConfig.js b/public/components/property/addFeeConfig/addFeeConfig.js index 2c0fc942b..c63422bde 100644 --- a/public/components/property/addFeeConfig/addFeeConfig.js +++ b/public/components/property/addFeeConfig/addFeeConfig.js @@ -59,6 +59,7 @@ _initEvent: function () { vc.on('addFeeConfig', 'openAddFeeConfigModal', function () { + $that.clearAddFeeConfigInfo(); $('#addFeeConfigModel').modal('show'); }); }, @@ -316,7 +317,7 @@ if (_json.code == 0) { //关闭model $('#addFeeConfigModel').modal('hide'); - $that.clearAddFeeConfigInfo(); + vc.emit('feeConfigManage', 'listFeeConfig', {}); vc.toast("添加成功"); return;