优化代码

This commit is contained in:
java110 2020-10-12 18:17:37 +08:00
parent 774c941536
commit d6f2f61901

View File

@ -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');
});
},