Merge branch 'dev-cq' of http://192.168.0.56:3000/bonus/devicesmgt into dev-cq

This commit is contained in:
BianLzhaoMin 2024-06-11 10:17:38 +08:00
commit eaa21c323e
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 = '编辑'
}) })