ymy 2 years ago
parent
commit
aba1bfb209
1 changed files with 1 additions and 1 deletions
  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);
   }
 
   //获取表格选中的数据