@@ -108,7 +108,7 @@ export default {
handleEdit (row) {
this.itemId = row && row.id ? row.id : null
const nowData = row
- nowData.psn = nowData && nowData.productTypeSn ? nowData.productTypeSn : null
+ nowData.psn = nowData && nowData.psn ? nowData.psn : null
this.nowData = nowData
this.openModal = true
},