浏览代码

bug修复

chenrui 4 年之前
父节点
当前提交
f73ee8ab79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productManagement/productCategory/list.vue

+ 1 - 1
src/views/productManagement/productCategory/list.vue

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