1979 机具设备管理厂家信息回显的错误

This commit is contained in:
binbin_pan 2024-06-11 10:05:50 +08:00
parent cd4679b92c
commit aedf651435
1 changed files with 1 additions and 0 deletions

View File

@ -738,6 +738,7 @@ export default {
const maId = row.maId || this.ids const maId = row.maId || this.ids
getMachine(maId).then((response) => { getMachine(maId).then((response) => {
this.form = response.data this.form = response.data
if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender)
this.open = true this.open = true
this.title = '编辑' this.title = '编辑'
}) })