优化资产属性下拉回显

This commit is contained in:
binbin_pan 2024-06-11 11:02:43 +08:00
parent 7f1b3bbc8b
commit d2cc5721f2
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ export default {
getMachine(maId).then((response) => {
this.form = response.data
if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender)
if (this.form.propId == 0) this.form.propId = ''
this.open = true
this.title = '编辑'
})