mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
774c941536
commit
d6f2f61901
@ -16,6 +16,8 @@
|
||||
vc.on('editFee', 'openEditFeeModal',
|
||||
function (_fee) {
|
||||
vc.copyObject(_fee, $that.editFeeInfo);
|
||||
$that.editFeeInfo.startTime = $that.editFeeInfo.startTime + " 00:00:00";
|
||||
$that.editFeeInfo.endTime = $that.editFeeInfo.endTime + " 00:00:00";
|
||||
$('#editFeeModel').modal('show');
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user