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;