ソースを参照

参数修改】

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()
  }