mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化代码
This commit is contained in:
parent
005aa3c4bb
commit
f90e39dcd9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user