ymy 2 gadi atpakaļ
vecāks
revīzija
aba1bfb209
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);
   }
 
   //获取表格选中的数据