优化资产属性下拉回显
This commit is contained in:
parent
7f1b3bbc8b
commit
d2cc5721f2
|
|
@ -737,6 +737,7 @@ export default {
|
||||||
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)
|
if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender)
|
||||||
|
if (this.form.propId == 0) this.form.propId = ''
|
||||||
this.open = true
|
this.open = true
|
||||||
this.title = '编辑'
|
this.title = '编辑'
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue