Ver Fonte

元数据管理新增修改

duy há 1 ano atrás
pai
commit
458f178609
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/tentative/metadata.vue

+ 2 - 1
src/views/tentative/metadata.vue

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