ymy hace 2 años
padre
commit
aba1bfb209
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
   }
 
   //获取表格选中的数据