瀏覽代碼

参数修改】

duy 2 年之前
父節點
當前提交
3a760cbeb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -1490,7 +1490,7 @@ const CTDdialogTableKeys = ref ([])
 const currowid=ref('')
 //名称被点击
 const CTDtableRowName = (row) => {
-     currowid.v=row.id
+     currowid.value=row.id
     insertDataShow.value=true
     getSearchNodeTables()
  }