@@ -495,7 +495,8 @@ export default {
//新增一条数据
toadd(){
- this.$refs.crud.rowCellAdd()
+ console.log('xinz ');
+ this.$refs.crud.rowAdd()
//console.log(this.$refs.crud.rowCellAdd())
},