优化代码

This commit is contained in:
wuxw 2024-01-11 18:15:28 +08:00
parent 005aa3c4bb
commit f90e39dcd9

View File

@ -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;