浏览代码

删除无效的事件

humingshi-7@163.com 11 月之前
父节点
当前提交
5caf8bc319
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/iot/diagnoseThreshold/dialog.addThreshold.vue

+ 1 - 1
src/views/iot/diagnoseThreshold/dialog.addThreshold.vue

@@ -18,7 +18,7 @@
             <el-col :span="19">
               <el-form-item  prop="timeRange" label="有效时段">
                 <el-time-picker style="width:100%"  v-model="formData.timeRange" value-format="HH:mm:ss"
-                               is-range  start-placeholder="开始时间" end-placeholder="结束时间" @change="startDateChanged">
+                               is-range  start-placeholder="开始时间" end-placeholder="结束时间">
                 </el-time-picker>
               </el-form-item>
             </el-col>