From 3536050491417982763e2f2f9d7c0d9982e16360 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 13 九月 2022 16:30:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms --- src/main/webapp/static/js/changetime.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/changetime.js b/src/main/webapp/static/js/changetime.js index a46b69a..5bd42be 100644 --- a/src/main/webapp/static/js/changetime.js +++ b/src/main/webapp/static/js/changetime.js @@ -15,12 +15,14 @@ }) return } + str = this.id.split('-') layer.open({ type: 1, area: '400px', title: '娣诲姞缁撴潫鏃堕棿', content: $('#realTimes').html(), success: function (layero, index) { + console.log(str) layui.form.on('submit(editSubmit)', function (data) { realEndTime = $("#realEndTime").val(); param = { @@ -45,7 +47,7 @@ elem: '#realEndTime' ,type: 'datetime' }) - str = this.id.split('-') + }) }) -- Gitblit v1.9.1