Explorar el Código

元数据管理新增修改

duy hace 1 año
padre
commit
458f178609
Se han modificado 1 ficheros con 2 adiciones y 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())
     },