单项工程

This commit is contained in:
cwchen 2024-04-24 14:58:05 +08:00
parent 62de2eb1b2
commit c4a454c648
1 changed files with 2 additions and 0 deletions

View File

@ -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