单项工程
This commit is contained in:
parent
62de2eb1b2
commit
c4a454c648
|
|
@ -295,6 +295,8 @@ export default {
|
|||
handleUpdate(row) {
|
||||
getSingleItemDetail({ id: row.id }).then(res => {
|
||||
this.temp = Object.assign({}, res.data)
|
||||
this.temp.proType = parseInt(res.data.proType)
|
||||
this.temp.subsType = parseInt(res.data.subsType)
|
||||
})
|
||||
this.dialogStatus = 'update'
|
||||
this.dialogFormVisible = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue