Commit 4de320c3 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 1、时间插件 最小值限制

parent 7dbe5ba1
This diff is collapsed.
...@@ -366,6 +366,7 @@ export default { ...@@ -366,6 +366,7 @@ export default {
//催检日期选择 //催检日期选择
timeConfirm1(selectedValues) { timeConfirm1(selectedValues) {
this.form.screenTime = dayjs(selectedValues).format('YYYY-MM-DD HH:00:00') this.form.screenTime = dayjs(selectedValues).format('YYYY-MM-DD HH:00:00')
this.startTime = dayjs(selectedValues).format('YYYY-MM-DD HH:00:00')
this.showTime1 = false this.showTime1 = false
}, },
toShowTem(val) { toShowTem(val) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment