代码更新
This commit is contained in:
@@ -145,6 +145,7 @@ const defaultForm = {
|
||||
devicerecord_id: null,
|
||||
maintenancecycle: null,
|
||||
plan_start_date: null,
|
||||
device_code: null,
|
||||
remark: null,
|
||||
tableData: []
|
||||
}
|
||||
|
||||
@@ -180,6 +180,7 @@ export default {
|
||||
this.form1 = this.openParam.form
|
||||
this.form1.tableData = this.openParam.tabData
|
||||
this.form1.devicerecord_id = null
|
||||
this.form1.device_code = null
|
||||
this.form1.maint_plan_code = null
|
||||
this.form1.maint_plan_name = null
|
||||
},
|
||||
@@ -223,7 +224,7 @@ export default {
|
||||
},
|
||||
tableChanged2(row) {
|
||||
this.form1.devicerecord_id = row.devicerecord_id
|
||||
this.form.device_code = row.device_code
|
||||
this.form1.device_code = row.device_code
|
||||
},
|
||||
delRow(index, rows) {
|
||||
rows.splice(index, 1)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
label-width="80px"
|
||||
label-suffix=":"
|
||||
>
|
||||
<el-form-item label="设备">
|
||||
<el-form-item label="保养项目">
|
||||
<el-input
|
||||
v-model="query.maint_item_code"
|
||||
clearable
|
||||
|
||||
Reference in New Issue
Block a user