维护列表功能

master
Qin Dong Ming 2024-08-30 20:37:15 +08:00
parent 8d98edab71
commit 40d7e928cc
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,6 @@
<template>
<div>
<div style="height: 30px">
{{ maintenance.name }}<br>
@ -284,7 +283,8 @@ export default {
dialogFormVisible: false,
formLabelWidth: '120px'
formLabelWidth: '120px',
}
@ -329,10 +329,6 @@ export default {
this.maintenance = res.data;
console.log(this.maintenance)
console.log(this.maintenance.engineMaintenanceList)
})
},