修改時間各式
This commit is contained in:
@@ -372,8 +372,8 @@ export default {
|
||||
$("#modal_seq").val(json.seq);
|
||||
$("#modal_isTop").val(json.isTop ? 1 : 0);
|
||||
$("#modal_isHome").val(json.isHome ? 1 : 0);
|
||||
$('#modal_topStart').val(json.topStart);
|
||||
$('#modal_topEnd').val(json.topEnd);
|
||||
$('#modal_topStart').val(formatTime(json.topStart));
|
||||
$('#modal_topEnd').val(formatTime(json.topEnd));
|
||||
// 打开编辑弹窗
|
||||
$("#roomTabMapModal").modal('show');
|
||||
$("#modalLabel").text("编辑");
|
||||
|
Reference in New Issue
Block a user