|
|
@ -221,6 +221,7 @@ export default { |
|
|
|
}, |
|
|
|
// 保存维修计划 |
|
|
|
submitForm(formName) { |
|
|
|
console.log("提交 >>> ", this.ruleForm); |
|
|
|
this.$refs[formName].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.ruleForm.cycleType = parseFloat(this.ruleForm.cycleType); |
|
|
@ -803,7 +804,6 @@ export default { |
|
|
|
<el-time-picker |
|
|
|
:disabled="prohibitEditing" |
|
|
|
v-model="ruleForm.reminderTime" |
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
placeholder="选择时间" |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|