1979 机具设备管理厂家信息回显的错误
This commit is contained in:
parent
cd4679b92c
commit
aedf651435
|
|
@ -738,6 +738,7 @@ export default {
|
|||
const maId = row.maId || this.ids
|
||||
getMachine(maId).then((response) => {
|
||||
this.form = response.data
|
||||
if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender)
|
||||
this.open = true
|
||||
this.title = '编辑'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue