代码更新

This commit is contained in:
2022-10-08 16:19:31 +08:00
parent c00e3d0e2f
commit 48f1ce8b01
13 changed files with 1223 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ export default {
const data = {
'maint_id': this.form.maint_id
}
this.form.device_code = this.form.device_name + '-' + this.form.device_code
crudDevicemaintenancemst.getDtl(data).then(res => {
this.form.tableData = res
})