Browse Source

添加时间限制

戴艳蓉 3 years ago
parent
commit
da1bb9329d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/search/standBook/addEdit.vue

+ 1 - 1
src/views/search/standBook/addEdit.vue

@@ -44,7 +44,7 @@
               <period-date-picker
                 :start="ruleForm.start"
                 :end="ruleForm.end"
-                :type="0"
+                :type="1"
                 :width="'199px'"
                 :size="searchSize"
                 @timeReturned="timeReturned($event)"