ymy 2 năm trước cách đây
mục cha
commit
aba1bfb209
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/benyun/components/byTable/byTable.vue

+ 1 - 1
src/benyun/components/byTable/byTable.vue

@@ -235,7 +235,7 @@ export default class ByTable extends VueViews {
         row[code] = val
       }
     }
-    this.$emit('onChange',this.getValue());
+    this.$emit('onChangeRow',row);
   }
 
   //获取表格选中的数据