Explorar el Código

质检分类bug修复

lucw hace 8 meses
padre
commit
ec7f45f564
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       },
       /* 表格数据源 */