瀏覽代碼

元数据管理新增修改

duy 1 年之前
父節點
當前提交
458f178609
共有 1 個文件被更改,包括 2 次插入1 次删除
  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())
     },