Explorar o código

元数据管理新增修改

duy hai 1 ano
pai
achega
458f178609
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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())
     },