Browse Source

元数据管理新增修改

duy 1 year ago
parent
commit
458f178609
1 changed files with 2 additions and 1 deletions
  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())
     },