浏览代码

质检分类bug修复

lucw 8 月之前
父节点
当前提交
ec7f45f564
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/inspectionClassify/components/user-list.vue

+ 1 - 1
src/views/inspectionClassify/components/user-list.vue

@@ -260,7 +260,7 @@
       // 编辑
       openEdit(row) {
         console.log('row', row);
-        this.current = row.itemVO;
+        this.current = row;
         this.showEdit = true;
       },
       /* 表格数据源 */